Html Css Color HEX #D976B0 Persian Pink

📋 copy color: '#D976B0'

red 217 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #D976B0

Tints of Persian Pink #D976B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 42.47%
G = 23.09%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D976B0 (or 0xD976B0) is known color: Persian Pink. HEX triplet: D9, 76 and B0. RGB value is (217,118,176). Sum of RGB (Red+Green+Blue) = 217+118+176=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D976B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976B0 is #26894F. Grayscale: #9A9A9A. Windows color (decimal): -2525520 or 11564761. OLE color: 11564761.

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

Color convert

RGB 217 118 176 -
CMYK 0 0.46 0.19 0.15
HSL 324.85º 0.57% 0.66% -
HSV(B) 324.85º 0.46% 0.85% -
XYZ 42.93 30.84 44.76 -
YUV 154.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 217 118 176 0 0.46 0.19 0.15 324.85 0.57 0.66
Hex D9 76 B0 0 2E 13 F 145 39 42
Octal 331 166 260 0 56 23 17 505 71 102
Binary 11011001 1110110 10110000 0 101110 10011 1111 101000101 111001 1000010

Color Harmonies of #D976B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976B0

Black with #D976B0

Text Example


Text Example

White with #D976B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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