Html Css Color HEX #D878B8 Persian Pink

📋 copy color: '#D878B8'

red 216 ◦ green 120 ◦ blue 184

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

Shades of Persian Pink #D878B8

Tints of Persian Pink #D878B8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.08%

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

R = 41.54%
G = 23.08%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D878B8 (or 0xD878B8) is known color: Persian Pink. HEX triplet: D8, 78 and B8. RGB value is (216,120,184). Sum of RGB (Red+Green+Blue) = 216+120+184=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D878B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878B8 is #278747. Grayscale: #9B9B9B. Windows color (decimal): -2590536 or 12089560. OLE color: 12089560.

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

Color convert

RGB 216 120 184 -
CMYK 0 0.44 0.15 0.15
HSL 320º 0.55% 0.66% -
HSV(B) 320º 0.44% 0.85% -
XYZ 43.69 31.49 49.12 -
YUV 156 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 216 120 184 0 0.44 0.15 0.15 320 0.55 0.66
Hex D8 78 B8 0 2C F F 140 37 42
Octal 330 170 270 0 54 17 17 500 67 102
Binary 11011000 1111000 10111000 0 101100 1111 1111 101000000 110111 1000010

Color Harmonies of #D878B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878B8

Black with #D878B8

Text Example


Text Example

White with #D878B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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