Html Css Color HEX #D872B2 Persian Pink

📋 copy color: '#D872B2'

red 216 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #D872B2

Tints of Persian Pink #D872B2

RGB

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

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

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

R = 42.52%
G = 22.44%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D872B2 (or 0xD872B2) is known color: Persian Pink. HEX triplet: D8, 72 and B2. RGB value is (216,114,178). Sum of RGB (Red+Green+Blue) = 216+114+178=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D872B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D872B2 is #278D4D. Grayscale: #979797. Windows color (decimal): -2592078 or 11694808. OLE color: 11694808.

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

Color convert

RGB 216 114 178 -
CMYK 0 0.47 0.18 0.15
HSL 322.35º 0.57% 0.65% -
HSV(B) 322.35º 0.47% 0.85% -
XYZ 42.37 29.85 45.65 -
YUV 151.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 216 114 178 0 0.47 0.18 0.15 322.35 0.57 0.65
Hex D8 72 B2 0 2F 12 F 142 39 41
Octal 330 162 262 0 57 22 17 502 71 101
Binary 11011000 1110010 10110010 0 101111 10010 1111 101000010 111001 1000001

Color Harmonies of #D872B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872B2

Black with #D872B2

Text Example


Text Example

White with #D872B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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