Html Css Color HEX #D88284 Charm

📋 copy color: '#D88284'

red 216 ◦ green 130 ◦ blue 132

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

Shades of Charm #D88284

Tints of Charm #D88284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.2%

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 45.19%
G = 27.2%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D88284 (or 0xD88284) is known color: Charm. HEX triplet: D8, 82 and 84. RGB value is (216,130,132). Sum of RGB (Red+Green+Blue) = 216+130+132=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D88284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88284 is #277D7B. Grayscale: #9C9C9C. Windows color (decimal): -2588028 or 8684248. OLE color: 8684248.

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

Color convert

RGB 216 130 132 -
CMYK 0 0.40 0.39 0.15
HSL 358.6º 0.52% 0.68% -
HSV(B) 358.6º 0.4% 0.85% -
XYZ 40.47 32.23 25.92 -
YUV 155.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 216 130 132 0 0.40 0.39 0.15 358.6 0.52 0.68
Hex D8 82 84 0 28 27 F 167 34 44
Octal 330 202 204 0 50 47 17 547 64 104
Binary 11011000 10000010 10000100 0 101000 100111 1111 101100111 110100 1000100

Color Harmonies of #D88284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88284

Black with #D88284

Text Example


Text Example

White with #D88284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88284; }

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

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

background-color css

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

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

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

border-color css

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

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

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