Html Css Color HEX #D970B2 Persian Pink

📋 copy color: '#D970B2'

red 217 ◦ green 112 ◦ blue 178

#D970B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #D970B2

Tints of Persian Pink #D970B2

RGB

 RED value IS 217 (85.16% from 255) = 42.8%

 GREEN value IS 112 (44.14% from 255) = 22.09%

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 42.8%
G = 22.09%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D970B2 (or 0xD970B2) is known color: Persian Pink. HEX triplet: D9, 70 and B2. RGB value is (217,112,178). Sum of RGB (Red+Green+Blue) = 217+112+178=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970B2 is #268F4D. Grayscale: #969696. Windows color (decimal): -2527054 or 11694297. OLE color: 11694297.

HSL color Cylindrical-coordinate representation of color #D970B2: hue angle of 322.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970B2 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 178 -
CMYK 0 0.48 0.18 0.15
HSL 322.29º 0.58% 0.65% -
HSV(B) 322.29º 0.48% 0.85% -
XYZ 42.45 29.55 45.59 -
YUV 150.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 217 112 178 0 0.48 0.18 0.15 322.29 0.58 0.65
Hex D9 70 B2 0 30 12 F 142 3A 41
Octal 331 160 262 0 60 22 17 502 72 101
Binary 11011001 1110000 10110010 0 110000 10010 1111 101000010 111010 1000001

Color Harmonies of #D970B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970B2

Black with #D970B2

Text Example


Text Example

White with #D970B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970B2; }

 p { color: rgb(217,112,178); }

 H1.HeaderClassName
 {
   color: #D970B2;
 }
 .AnyTagClassName
 {
   color: #D970B2;
 }
</style>

background-color css

<style>
 a { background-color: #D970B2; }

 a { background-color: rgb(217,112,178); }

 div.DivClassName
 {
   background-color: #D970B2;
 }
 .BgClassName
 {
   background-color: #D970B2;
 }
</style>

border-color css

<style>
 span { border-color: #D970B2; }

 span { border-color: rgb(217,112,178); }

 td.TdClassName
 {
   border-color: #D970B2;
 }
 .TagClassName
 {
   border-color: #D970B2;
 }
</style>