Html Css Color HEX #D87D88 Charm

📋 copy color: '#D87D88'

red 216 ◦ green 125 ◦ blue 136

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

Shades of Charm #D87D88

Tints of Charm #D87D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.21%

 BLUE value IS 136 (53.52% from 255) = 28.51%

R = 45.28%
G = 26.21%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D87D88 (or 0xD87D88) is known color: Charm. HEX triplet: D8, 7D and 88. RGB value is (216,125,136). Sum of RGB (Red+Green+Blue) = 216+125+136=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D88 is #278277. Grayscale: #999999. Windows color (decimal): -2589304 or 8945112. OLE color: 8945112.

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

Color convert

RGB 216 125 136 -
CMYK 0 0.42 0.37 0.15
HSL 352.75º 0.54% 0.67% -
HSV(B) 352.75º 0.42% 0.85% -
XYZ 40.1 31.04 27.17 -
YUV 153.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 216 125 136 0 0.42 0.37 0.15 352.75 0.54 0.67
Hex D8 7D 88 0 2A 25 F 161 36 43
Octal 330 175 210 0 52 45 17 541 66 103
Binary 11011000 1111101 10001000 0 101010 100101 1111 101100001 110110 1000011

Color Harmonies of #D87D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D88

Black with #D87D88

Text Example


Text Example

White with #D87D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D88; }

 p { color: rgb(216,125,136); }

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

background-color css

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

 a { background-color: rgb(216,125,136); }

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

border-color css

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

 span { border-color: rgb(216,125,136); }

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