#D38183

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

Shades of Charm #D38183

Tints of Charm #D38183

Color information

#D38183 (or 0xD38183) is unknown color: approx Charm. HEX triplet: D3, 81 and 83. RGB value is (211,129,131). Sum of RGB (Red+Green+Blue) = 211+129+131=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D38183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38183 is #2C7E7C. Grayscale: #999999. Windows color (decimal): -2915965 or 8618451. OLE color: 8618451.

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

Color convert

RGB211129131-
CMYK00.390.380.17
HSL358.54º48.24%66.67%-
HSV(B)358.54º38.86%82.75%-
XYZ38.8131.1925.45-
YUV153.75115.17168.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=44.80%
G=27.39%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112913100.390.380.17358.5448.2466.67
HexD3818302726111673043
Octal323201203047462154760103
Binary1101001110000001100000110100111100110100011011001111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38183; }

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

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

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

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

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

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

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

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