#D38081

Color #D38081 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D38081

Tints of Charm #D38081

Color information

#D38081 (or 0xD38081) is unknown color: approx Charm. HEX triplet: D3, 80 and 81. RGB value is (211,128,129). Sum of RGB (Red+Green+Blue) = 211+128+129=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D38081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38081 is #2C7F7E. Grayscale: #999999. Windows color (decimal): -2916223 or 8487123. OLE color: 8487123.

HSL color Cylindrical-coordinate representation of color #D38081: hue angle of 359.28º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38081 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB211128129-
CMYK00.390.390.17
HSL359.28º48.54%66.47%-
HSV(B)359.28º39.34%82.75%-
XYZ38.5530.8724.7-
YUV152.93114.5169.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.09%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=45.09%
G=27.35%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112812900.390.390.17359.2848.5466.47
HexD3808102727111673142
Octal323200201047472154761102
Binary1101001110000000100000010100111100111100011011001111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38081; }

 p { color: rgb(211,128,129); }

 H1.HeaderClassName
 {
   color: #D38081;
 }
 .AnyTagClassName
 {
   color: #D38081;
 }
</style>
background-color css

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

 a { background-color: rgb(211,128,129); }

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

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

 span { border-color: rgb(211,128,129); }

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