Html Css Color HEX #D88283 Charm

📋 copy color: '#D88283'

red 216 ◦ green 130 ◦ blue 131

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

Shades of Charm #D88283

Tints of Charm #D88283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 45.28%
G = 27.25%
B = 27.46%

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

#D88283 (or 0xD88283) is known color: Charm. HEX triplet: D8, 82 and 83. RGB value is (216,130,131). Sum of RGB (Red+Green+Blue) = 216+130+131=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88283 is #277D7C. Grayscale: #9B9B9B. Windows color (decimal): -2588029 or 8618712. OLE color: 8618712.

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

Color convert

RGB 216 130 131 -
CMYK 0 0.40 0.39 0.15
HSL 359.3º 0.52% 0.68% -
HSV(B) 359.3º 0.4% 0.85% -
XYZ 40.4 32.2 25.56 -
YUV 155.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 216 130 131 0 0.40 0.39 0.15 359.3 0.52 0.68
Hex D8 82 83 0 28 27 F 167 34 44
Octal 330 202 203 0 50 47 17 547 64 104
Binary 11011000 10000010 10000011 0 101000 100111 1111 101100111 110100 1000100

Color Harmonies of #D88283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88283

Black with #D88283

Text Example


Text Example

White with #D88283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88283; }

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

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

background-color css

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

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

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

border-color css

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

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

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