Html Css Color HEX #D879BB Persian Pink

📋 copy color: '#D879BB'

red 216 ◦ green 121 ◦ blue 187

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

Shades of Persian Pink #D879BB

Tints of Persian Pink #D879BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 41.22%
G = 23.09%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D879BB (or 0xD879BB) is known color: Persian Pink. HEX triplet: D8, 79 and BB. RGB value is (216,121,187). Sum of RGB (Red+Green+Blue) = 216+121+187=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D879BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879BB is #278644. Grayscale: #9C9C9C. Windows color (decimal): -2590277 or 12286424. OLE color: 12286424.

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

Color convert

RGB 216 121 187 -
CMYK 0 0.44 0.13 0.15
HSL 318.32º 0.55% 0.66% -
HSV(B) 318.32º 0.44% 0.85% -
XYZ 44.13 31.86 50.84 -
YUV 156.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 216 121 187 0 0.44 0.13 0.15 318.32 0.55 0.66
Hex D8 79 BB 0 2C D F 13E 37 42
Octal 330 171 273 0 54 15 17 476 67 102
Binary 11011000 1111001 10111011 0 101100 1101 1111 100111110 110111 1000010

Color Harmonies of #D879BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879BB

Black with #D879BB

Text Example


Text Example

White with #D879BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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