Html Css Color HEX #D28488 Charm

📋 copy color: '#D28488'

red 210 ◦ green 132 ◦ blue 136

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

Shades of Charm #D28488

Tints of Charm #D28488

RGB

 RED value IS 210 (82.42% from 255) = 43.93%

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

 BLUE value IS 136 (53.52% from 255) = 28.45%

R = 43.93%
G = 27.62%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D28488 (or 0xD28488) is known color: Charm. HEX triplet: D2, 84 and 88. RGB value is (210,132,136). Sum of RGB (Red+Green+Blue) = 210+132+136=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D28488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28488 is #2D7B77. Grayscale: #9B9B9B. Windows color (decimal): -2980728 or 8946898. OLE color: 8946898.

HSL color Cylindrical-coordinate representation of color #D28488: hue angle of 356.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28488 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 136 -
CMYK 0 0.37 0.35 0.18
HSL 356.92º 0.46% 0.67% -
HSV(B) 356.92º 0.37% 0.82% -
XYZ 39.27 31.98 27.4 -
YUV 155.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 210 132 136 0 0.37 0.35 0.18 356.92 0.46 0.67
Hex D2 84 88 0 25 23 12 165 2E 43
Octal 322 204 210 0 45 43 22 545 56 103
Binary 11010010 10000100 10001000 0 100101 100011 10010 101100101 101110 1000011

Color Harmonies of #D28488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28488

Black with #D28488

Text Example


Text Example

White with #D28488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28488; }

 p { color: rgb(210,132,136); }

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

background-color css

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

 a { background-color: rgb(210,132,136); }

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

border-color css

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

 span { border-color: rgb(210,132,136); }

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