Html Css Color HEX #D879BA Persian Pink

📋 copy color: '#D879BA'

red 216 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #D879BA

Tints of Persian Pink #D879BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 41.3%
G = 23.14%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D879BA (or 0xD879BA) is known color: Persian Pink. HEX triplet: D8, 79 and BA. RGB value is (216,121,186). Sum of RGB (Red+Green+Blue) = 216+121+186=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D879BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879BA is #278645. Grayscale: #9C9C9C. Windows color (decimal): -2590278 or 12220888. OLE color: 12220888.

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

Color convert

RGB 216 121 186 -
CMYK 0 0.44 0.14 0.15
HSL 318.95º 0.55% 0.66% -
HSV(B) 318.95º 0.44% 0.85% -
XYZ 44.02 31.82 50.28 -
YUV 156.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 216 121 186 0 0.44 0.14 0.15 318.95 0.55 0.66
Hex D8 79 BA 0 2C E F 13F 37 42
Octal 330 171 272 0 54 16 17 477 67 102
Binary 11011000 1111001 10111010 0 101100 1110 1111 100111111 110111 1000010

Color Harmonies of #D879BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879BA

Black with #D879BA

Text Example


Text Example

White with #D879BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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