#D68288

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

Shades of Charm #D68288

Tints of Charm #D68288

Color information

#D68288 (or 0xD68288) is unknown color: approx Charm. HEX triplet: D6, 82 and 88. RGB value is (214,130,136). Sum of RGB (Red+Green+Blue) = 214+130+136=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68288 is #297D77. Grayscale: #9B9B9B. Windows color (decimal): -2719096 or 8946390. OLE color: 8946390.

HSL color Cylindrical-coordinate representation of color #D68288: hue angle of 355.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68288 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214130136-
CMYK00.390.360.16
HSL355.71º50.6%67.45%-
HSV(B)355.71º39.25%83.92%-
XYZ40.1632.0427.36-
YUV155.8116.83169.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=44.58%
G=27.08%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413013600.390.360.16355.7150.667.45
HexD6828802724101643343
Octal326202210047442054463103
Binary1101011010000010100010000100111100100100001011001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68288; }

 p { color: rgb(214,130,136); }

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

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

 a { background-color: rgb(214,130,136); }

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

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

 span { border-color: rgb(214,130,136); }

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