Html Css Color HEX #D872B8 Persian Pink

📋 copy color: '#D872B8'

red 216 ◦ green 114 ◦ blue 184

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

Shades of Persian Pink #D872B8

Tints of Persian Pink #D872B8

RGB

 RED value IS 216 (84.77% from 255) = 42.02%

 GREEN value IS 114 (44.92% from 255) = 22.18%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 42.02%
G = 22.18%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D872B8 (or 0xD872B8) is known color: Persian Pink. HEX triplet: D8, 72 and B8. RGB value is (216,114,184). Sum of RGB (Red+Green+Blue) = 216+114+184=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D872B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872B8 is #278D47. Grayscale: #989898. Windows color (decimal): -2592072 or 12088024. OLE color: 12088024.

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

Color convert

RGB 216 114 184 -
CMYK 0 0.47 0.15 0.15
HSL 318.82º 0.57% 0.65% -
HSV(B) 318.82º 0.47% 0.85% -
XYZ 42.99 30.09 48.89 -
YUV 152.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 216 114 184 0 0.47 0.15 0.15 318.82 0.57 0.65
Hex D8 72 B8 0 2F F F 13F 39 41
Octal 330 162 270 0 57 17 17 477 71 101
Binary 11011000 1110010 10111000 0 101111 1111 1111 100111111 111001 1000001

Color Harmonies of #D872B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872B8

Black with #D872B8

Text Example


Text Example

White with #D872B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872B8; }

 p { color: rgb(216,114,184); }

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

background-color css

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

 a { background-color: rgb(216,114,184); }

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

border-color css

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

 span { border-color: rgb(216,114,184); }

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