#D6808F

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

Shades of Charm #D6808F

Tints of Charm #D6808F

Color information

#D6808F (or 0xD6808F) is unknown color: approx Charm. HEX triplet: D6, 80 and 8F. RGB value is (214,128,143). Sum of RGB (Red+Green+Blue) = 214+128+143=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6808F is #297F70. Grayscale: #9B9B9B. Windows color (decimal): -2719601 or 9404630. OLE color: 9404630.

HSL color Cylindrical-coordinate representation of color #D6808F: hue angle of 349.53º 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 #D6808F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214128143-
CMYK00.400.330.16
HSL349.53º51.19%67.06%-
HSV(B)349.53º40.19%83.92%-
XYZ40.4131.7229.98-
YUV155.42120.99169.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=44.12%
G=26.39%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412814300.400.330.16349.5351.1967.06
HexD6808F028211015e3343
Octal326200217050412053663103
Binary1101011010000000100011110101000100001100001010111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6808F; }

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

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

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

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

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

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

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

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