Html Css Color HEX #D88082 Charm

📋 copy color: '#D88082'

red 216 ◦ green 128 ◦ blue 130

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

Shades of Charm #D88082

Tints of Charm #D88082

RGB

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

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

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

R = 45.57%
G = 27%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D88082 (or 0xD88082) is known color: Charm. HEX triplet: D8, 80 and 82. RGB value is (216,128,130). Sum of RGB (Red+Green+Blue) = 216+128+130=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D88082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88082 is #277F7D. Grayscale: #9A9A9A. Windows color (decimal): -2588542 or 8552664. OLE color: 8552664.

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

Color convert

RGB 216 128 130 -
CMYK 0 0.41 0.40 0.15
HSL 358.64º 0.53% 0.67% -
HSV(B) 358.64º 0.41% 0.85% -
XYZ 40.07 31.65 25.12 -
YUV 154.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 216 128 130 0 0.41 0.40 0.15 358.64 0.53 0.67
Hex D8 80 82 0 29 28 F 167 35 43
Octal 330 200 202 0 51 50 17 547 65 103
Binary 11011000 10000000 10000010 0 101001 101000 1111 101100111 110101 1000011

Color Harmonies of #D88082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88082

Black with #D88082

Text Example


Text Example

White with #D88082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88082; }

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

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

background-color css

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

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

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

border-color css

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

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

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