Html Css Color HEX #D879B2 Persian Pink

📋 copy color: '#D879B2'

red 216 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #D879B2

Tints of Persian Pink #D879B2

RGB

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

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

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

R = 41.94%
G = 23.5%
B = 34.56%

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

#D879B2 (or 0xD879B2) is known color: Persian Pink. HEX triplet: D8, 79 and B2. RGB value is (216,121,178). Sum of RGB (Red+Green+Blue) = 216+121+178=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D879B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D879B2 is #27864D. Grayscale: #9B9B9B. Windows color (decimal): -2590286 or 11696600. OLE color: 11696600.

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

Color convert

RGB 216 121 178 -
CMYK 0 0.44 0.18 0.15
HSL 324º 0.55% 0.66% -
HSV(B) 324º 0.44% 0.85% -
XYZ 43.19 31.49 45.92 -
YUV 155.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 216 121 178 0 0.44 0.18 0.15 324 0.55 0.66
Hex D8 79 B2 0 2C 12 F 144 37 42
Octal 330 171 262 0 54 22 17 504 67 102
Binary 11011000 1111001 10110010 0 101100 10010 1111 101000100 110111 1000010

Color Harmonies of #D879B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879B2

Black with #D879B2

Text Example


Text Example

White with #D879B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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