Html Css Color HEX #D879B0 Persian Pink

📋 copy color: '#D879B0'

red 216 ◦ green 121 ◦ blue 176

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

Shades of Persian Pink #D879B0

Tints of Persian Pink #D879B0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 42.11%
G = 23.59%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D879B0 (or 0xD879B0) is known color: Persian Pink. HEX triplet: D8, 79 and B0. RGB value is (216,121,176). Sum of RGB (Red+Green+Blue) = 216+121+176=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D879B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D879B0 is #27864F. Grayscale: #9B9B9B. Windows color (decimal): -2590288 or 11565528. OLE color: 11565528.

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

Color convert

RGB 216 121 176 -
CMYK 0 0.44 0.19 0.15
HSL 325.26º 0.55% 0.66% -
HSV(B) 325.26º 0.44% 0.85% -
XYZ 42.99 31.41 44.87 -
YUV 155.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 216 121 176 0 0.44 0.19 0.15 325.26 0.55 0.66
Hex D8 79 B0 0 2C 13 F 145 37 42
Octal 330 171 260 0 54 23 17 505 67 102
Binary 11011000 1111001 10110000 0 101100 10011 1111 101000101 110111 1000010

Color Harmonies of #D879B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879B0

Black with #D879B0

Text Example


Text Example

White with #D879B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879B0; }

 p { color: rgb(216,121,176); }

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

background-color css

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

 a { background-color: rgb(216,121,176); }

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

border-color css

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

 span { border-color: rgb(216,121,176); }

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