#d6808d

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

Shades of Charm #D6808D

Tints of Charm #D6808D

Color information

#D6808D (or 0xD6808D) is unknown color: approx Charm. HEX triplet: D6, 80 and 8D. RGB value is (214,128,141). Sum of RGB (Red+Green+Blue) = 214+128+141=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6808D is #297F72. Grayscale: #9B9B9B. Windows color (decimal): -2719603 or 9273558. OLE color: 9273558.

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

Color convert

RGB214128141-
CMYK00.400.340.16
HSL350.93º51.19%67.06%-
HSV(B)350.93º40.19%83.92%-
XYZ40.2631.6629.19-
YUV155.2119.99169.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=44.31%
G=26.50%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412814100.400.340.16350.9351.1967.06
HexD6808D028221015f3343
Octal326200215050422053763103
Binary1101011010000000100011010101000100010100001010111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6808d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6808d; }

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

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

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

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

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

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

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

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