Html Css Color HEX #D88087 Charm

📋 copy color: '#D88087'

red 216 ◦ green 128 ◦ blue 135

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

Shades of Charm #D88087

Tints of Charm #D88087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.72%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 45.09%
G = 26.72%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D88087 (or 0xD88087) is known color: Charm. HEX triplet: D8, 80 and 87. RGB value is (216,128,135). Sum of RGB (Red+Green+Blue) = 216+128+135=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D88087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88087 is #277F78. Grayscale: #9B9B9B. Windows color (decimal): -2588537 or 8880344. OLE color: 8880344.

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

Color convert

RGB 216 128 135 -
CMYK 0 0.41 0.38 0.15
HSL 355.23º 0.53% 0.67% -
HSV(B) 355.23º 0.41% 0.85% -
XYZ 40.41 31.79 26.93 -
YUV 155.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 216 128 135 0 0.41 0.38 0.15 355.23 0.53 0.67
Hex D8 80 87 0 29 26 F 163 35 43
Octal 330 200 207 0 51 46 17 543 65 103
Binary 11011000 10000000 10000111 0 101001 100110 1111 101100011 110101 1000011

Color Harmonies of #D88087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88087

Black with #D88087

Text Example


Text Example

White with #D88087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88087; }

 p { color: rgb(216,128,135); }

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

background-color css

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

 a { background-color: rgb(216,128,135); }

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

border-color css

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

 span { border-color: rgb(216,128,135); }

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