#D68088

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

Shades of Charm #D68088

Tints of Charm #D68088

Color information

#D68088 (or 0xD68088) is unknown color: approx Charm. HEX triplet: D6, 80 and 88. RGB value is (214,128,136). Sum of RGB (Red+Green+Blue) = 214+128+136=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68088 is #297F77. Grayscale: #9A9A9A. Windows color (decimal): -2719608 or 8945878. OLE color: 8945878.

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

Color convert

RGB214128136-
CMYK00.400.360.16
HSL354.42º51.19%67.06%-
HSV(B)354.42º40.19%83.92%-
XYZ39.8931.5127.27-
YUV154.63117.49170.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=44.77%
G=26.78%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412813600.400.360.16354.4251.1967.06
HexD6808802824101623343
Octal326200210050442054263103
Binary1101011010000000100010000101000100100100001011000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68088; }

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

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

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

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

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

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

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

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