Html Css Color HEX #D87CB2 Persian Pink

📋 copy color: '#D87CB2'

red 216 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #D87CB2

Tints of Persian Pink #D87CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.94%

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

R = 41.7%
G = 23.94%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D87CB2 (or 0xD87CB2) is known color: Persian Pink. HEX triplet: D8, 7C and B2. RGB value is (216,124,178). Sum of RGB (Red+Green+Blue) = 216+124+178=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CB2 is #27834D. Grayscale: #9D9D9D. Windows color (decimal): -2589518 or 11697368. OLE color: 11697368.

HSL color Cylindrical-coordinate representation of color #D87CB2: hue angle of 324.78º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CB2 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 178 -
CMYK 0 0.43 0.18 0.15
HSL 324.78º 0.54% 0.67% -
HSV(B) 324.78º 0.43% 0.85% -
XYZ 43.56 32.23 46.04 -
YUV 157.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 216 124 178 0 0.43 0.18 0.15 324.78 0.54 0.67
Hex D8 7C B2 0 2B 12 F 145 36 43
Octal 330 174 262 0 53 22 17 505 66 103
Binary 11011000 1111100 10110010 0 101011 10010 1111 101000101 110110 1000011

Color Harmonies of #D87CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CB2

Black with #D87CB2

Text Example


Text Example

White with #D87CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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