Html Css Color HEX #D976B2 Persian Pink

📋 copy color: '#D976B2'

red 217 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #D976B2

Tints of Persian Pink #D976B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 42.3%
G = 23%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D976B2 (or 0xD976B2) is known color: Persian Pink. HEX triplet: D9, 76 and B2. RGB value is (217,118,178). Sum of RGB (Red+Green+Blue) = 217+118+178=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D976B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976B2 is #26894D. Grayscale: #9A9A9A. Windows color (decimal): -2525518 or 11695833. OLE color: 11695833.

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

Color convert

RGB 217 118 178 -
CMYK 0 0.46 0.18 0.15
HSL 323.64º 0.57% 0.66% -
HSV(B) 323.64º 0.46% 0.85% -
XYZ 43.13 30.92 45.82 -
YUV 154.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 217 118 178 0 0.46 0.18 0.15 323.64 0.57 0.66
Hex D9 76 B2 0 2E 12 F 144 39 42
Octal 331 166 262 0 56 22 17 504 71 102
Binary 11011001 1110110 10110010 0 101110 10010 1111 101000100 111001 1000010

Color Harmonies of #D976B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976B2

Black with #D976B2

Text Example


Text Example

White with #D976B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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