Html Css Color HEX #D978B7 Persian Pink

📋 copy color: '#D978B7'

red 217 ◦ green 120 ◦ blue 183

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

Shades of Persian Pink #D978B7

Tints of Persian Pink #D978B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 41.73%
G = 23.08%
B = 35.19%

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

#D978B7 (or 0xD978B7) is known color: Persian Pink. HEX triplet: D9, 78 and B7. RGB value is (217,120,183). Sum of RGB (Red+Green+Blue) = 217+120+183=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978B7 is #268748. Grayscale: #9C9C9C. Windows color (decimal): -2525001 or 12024025. OLE color: 12024025.

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

Color convert

RGB 217 120 183 -
CMYK 0 0.45 0.16 0.15
HSL 321.03º 0.56% 0.66% -
HSV(B) 321.03º 0.45% 0.85% -
XYZ 43.88 31.6 48.59 -
YUV 156.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 217 120 183 0 0.45 0.16 0.15 321.03 0.56 0.66
Hex D9 78 B7 0 2D 10 F 141 38 42
Octal 331 170 267 0 55 20 17 501 70 102
Binary 11011001 1111000 10110111 0 101101 10000 1111 101000001 111000 1000010

Color Harmonies of #D978B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978B7

Black with #D978B7

Text Example


Text Example

White with #D978B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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