Html Css Color HEX #D978B9 Persian Pink

📋 copy color: '#D978B9'

red 217 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #D978B9

Tints of Persian Pink #D978B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 41.57%
G = 22.99%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D978B9 (or 0xD978B9) is known color: Persian Pink. HEX triplet: D9, 78 and B9. RGB value is (217,120,185). Sum of RGB (Red+Green+Blue) = 217+120+185=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978B9 is #268746. Grayscale: #9C9C9C. Windows color (decimal): -2524999 or 12155097. OLE color: 12155097.

HSL color Cylindrical-coordinate representation of color #D978B9: hue angle of 319.79º 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 #D978B9 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 185 -
CMYK 0 0.45 0.15 0.15
HSL 319.79º 0.56% 0.66% -
HSV(B) 319.79º 0.45% 0.85% -
XYZ 44.09 31.69 49.69 -
YUV 156.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 217 120 185 0 0.45 0.15 0.15 319.79 0.56 0.66
Hex D9 78 B9 0 2D F F 140 38 42
Octal 331 170 271 0 55 17 17 500 70 102
Binary 11011001 1111000 10111001 0 101101 1111 1111 101000000 111000 1000010

Color Harmonies of #D978B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978B9

Black with #D978B9

Text Example


Text Example

White with #D978B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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