Html Css Color HEX #D88182 Charm

📋 copy color: '#D88182'

red 216 ◦ green 129 ◦ blue 130

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

Shades of Charm #D88182

Tints of Charm #D88182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 45.47%
G = 27.16%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D88182 (or 0xD88182) is known color: Charm. HEX triplet: D8, 81 and 82. RGB value is (216,129,130). Sum of RGB (Red+Green+Blue) = 216+129+130=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D88182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88182 is #277E7D. Grayscale: #9B9B9B. Windows color (decimal): -2588286 or 8552920. OLE color: 8552920.

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

Color convert

RGB 216 129 130 -
CMYK 0 0.40 0.40 0.15
HSL 359.31º 0.53% 0.68% -
HSV(B) 359.31º 0.4% 0.85% -
XYZ 40.2 31.91 25.16 -
YUV 155.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 216 129 130 0 0.40 0.40 0.15 359.31 0.53 0.68
Hex D8 81 82 0 28 28 F 167 35 44
Octal 330 201 202 0 50 50 17 547 65 104
Binary 11011000 10000001 10000010 0 101000 101000 1111 101100111 110101 1000100

Color Harmonies of #D88182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88182

Black with #D88182

Text Example


Text Example

White with #D88182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88182; }

 p { color: rgb(216,129,130); }

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

background-color css

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

 a { background-color: rgb(216,129,130); }

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

border-color css

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

 span { border-color: rgb(216,129,130); }

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