#D38090

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

Shades of Charm #D38090

Tints of Charm #D38090

Color information

#D38090 (or 0xD38090) is unknown color: approx Charm. HEX triplet: D3, 80 and 90. RGB value is (211,128,144). Sum of RGB (Red+Green+Blue) = 211+128+144=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D38090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38090 is #2C7F6F. Grayscale: #9A9A9A. Windows color (decimal): -2916208 or 9470163. OLE color: 9470163.

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

Color convert

RGB211128144-
CMYK00.390.320.17
HSL348.43º48.54%66.47%-
HSV(B)348.43º39.34%82.75%-
XYZ39.6231.330.34-
YUV154.64122168.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.69%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=43.69%
G=26.50%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112814400.390.320.17348.4348.5466.47
HexD38090027201115c3142
Octal323200220047402153461102
Binary1101001110000000100100000100111100000100011010111001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38090; }

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

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

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

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

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

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

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

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