Html Css Color HEX #D878B6 Persian Pink

📋 copy color: '#D878B6'

red 216 ◦ green 120 ◦ blue 182

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

Shades of Persian Pink #D878B6

Tints of Persian Pink #D878B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 41.7%
G = 23.17%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D878B6 (or 0xD878B6) is known color: Persian Pink. HEX triplet: D8, 78 and B6. RGB value is (216,120,182). Sum of RGB (Red+Green+Blue) = 216+120+182=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D878B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878B6 is #278749. Grayscale: #9B9B9B. Windows color (decimal): -2590538 or 11958488. OLE color: 11958488.

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

Color convert

RGB 216 120 182 -
CMYK 0 0.44 0.16 0.15
HSL 321.25º 0.55% 0.66% -
HSV(B) 321.25º 0.44% 0.85% -
XYZ 43.48 31.41 48.03 -
YUV 155.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 216 120 182 0 0.44 0.16 0.15 321.25 0.55 0.66
Hex D8 78 B6 0 2C 10 F 141 37 42
Octal 330 170 266 0 54 20 17 501 67 102
Binary 11011000 1111000 10110110 0 101100 10000 1111 101000001 110111 1000010

Color Harmonies of #D878B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878B6

Black with #D878B6

Text Example


Text Example

White with #D878B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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