Html Css Color HEX #D872B7 Persian Pink

📋 copy color: '#D872B7'

red 216 ◦ green 114 ◦ blue 183

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

Shades of Persian Pink #D872B7

Tints of Persian Pink #D872B7

RGB

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

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

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

R = 42.11%
G = 22.22%
B = 35.67%

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

#D872B7 (or 0xD872B7) is known color: Persian Pink. HEX triplet: D8, 72 and B7. RGB value is (216,114,183). Sum of RGB (Red+Green+Blue) = 216+114+183=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D872B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872B7 is #278D48. Grayscale: #989898. Windows color (decimal): -2592073 or 12022488. OLE color: 12022488.

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

Color convert

RGB 216 114 183 -
CMYK 0 0.47 0.15 0.15
HSL 319.41º 0.57% 0.65% -
HSV(B) 319.41º 0.47% 0.85% -
XYZ 42.88 30.05 48.34 -
YUV 152.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 216 114 183 0 0.47 0.15 0.15 319.41 0.57 0.65
Hex D8 72 B7 0 2F F F 13F 39 41
Octal 330 162 267 0 57 17 17 477 71 101
Binary 11011000 1110010 10110111 0 101111 1111 1111 100111111 111001 1000001

Color Harmonies of #D872B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872B7

Black with #D872B7

Text Example


Text Example

White with #D872B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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