Html Css Color HEX #D978B6 Persian Pink

📋 copy color: '#D978B6'

red 217 ◦ green 120 ◦ blue 182

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

Shades of Persian Pink #D978B6

Tints of Persian Pink #D978B6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.12%

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 41.81%
G = 23.12%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D978B6 (or 0xD978B6) is known color: Persian Pink. HEX triplet: D9, 78 and B6. RGB value is (217,120,182). Sum of RGB (Red+Green+Blue) = 217+120+182=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978B6 is #268749. Grayscale: #9B9B9B. Windows color (decimal): -2525002 or 11958489. OLE color: 11958489.

HSL color Cylindrical-coordinate representation of color #D978B6: hue angle of 321.65º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978B6 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 182 -
CMYK 0 0.45 0.16 0.15
HSL 321.65º 0.56% 0.66% -
HSV(B) 321.65º 0.45% 0.85% -
XYZ 43.78 31.56 48.04 -
YUV 156.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 217 120 182 0 0.45 0.16 0.15 321.65 0.56 0.66
Hex D9 78 B6 0 2D 10 F 142 38 42
Octal 331 170 266 0 55 20 17 502 70 102
Binary 11011001 1111000 10110110 0 101101 10000 1111 101000010 111000 1000010

Color Harmonies of #D978B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978B6

Black with #D978B6

Text Example


Text Example

White with #D978B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978B6; }

 p { color: rgb(217,120,182); }

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

background-color css

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

 a { background-color: rgb(217,120,182); }

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

border-color css

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

 span { border-color: rgb(217,120,182); }

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