Html Css Color HEX #D976B9 Persian Pink

📋 copy color: '#D976B9'

red 217 ◦ green 118 ◦ blue 185

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

Shades of Persian Pink #D976B9

Tints of Persian Pink #D976B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.69%

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

R = 41.73%
G = 22.69%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D976B9 (or 0xD976B9) is known color: Persian Pink. HEX triplet: D9, 76 and B9. RGB value is (217,118,185). Sum of RGB (Red+Green+Blue) = 217+118+185=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D976B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976B9 is #268946. Grayscale: #9B9B9B. Windows color (decimal): -2525511 or 12154585. OLE color: 12154585.

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

Color convert

RGB 217 118 185 -
CMYK 0 0.46 0.15 0.15
HSL 319.39º 0.57% 0.66% -
HSV(B) 319.39º 0.46% 0.85% -
XYZ 43.85 31.21 49.61 -
YUV 155.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 217 118 185 0 0.46 0.15 0.15 319.39 0.57 0.66
Hex D9 76 B9 0 2E F F 13F 39 42
Octal 331 166 271 0 56 17 17 477 71 102
Binary 11011001 1110110 10111001 0 101110 1111 1111 100111111 111001 1000010

Color Harmonies of #D976B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976B9

Black with #D976B9

Text Example


Text Example

White with #D976B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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