Html Css Color HEX #D878B2 Persian Pink

📋 copy color: '#D878B2'

red 216 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #D878B2

Tints of Persian Pink #D878B2

RGB

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

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

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

R = 42.02%
G = 23.35%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D878B2 (or 0xD878B2) is known color: Persian Pink. HEX triplet: D8, 78 and B2. RGB value is (216,120,178). Sum of RGB (Red+Green+Blue) = 216+120+178=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D878B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D878B2 is #27874D. Grayscale: #9B9B9B. Windows color (decimal): -2590542 or 11696344. OLE color: 11696344.

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

Color convert

RGB 216 120 178 -
CMYK 0 0.44 0.18 0.15
HSL 323.75º 0.55% 0.66% -
HSV(B) 323.75º 0.44% 0.85% -
XYZ 43.07 31.25 45.88 -
YUV 155.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 216 120 178 0 0.44 0.18 0.15 323.75 0.55 0.66
Hex D8 78 B2 0 2C 12 F 144 37 42
Octal 330 170 262 0 54 22 17 504 67 102
Binary 11011000 1111000 10110010 0 101100 10010 1111 101000100 110111 1000010

Color Harmonies of #D878B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878B2

Black with #D878B2

Text Example


Text Example

White with #D878B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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