#D68DA2

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

Shades of Can Can #D68DA2

Tints of Can Can #D68DA2

Color information

#D68DA2 (or 0xD68DA2) is unknown color: approx Can Can. HEX triplet: D6, 8D and A2. RGB value is (214,141,162). Sum of RGB (Red+Green+Blue) = 214+141+162=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68DA2 is #29725D. Grayscale: #A5A5A5. Windows color (decimal): -2716254 or 10653142. OLE color: 10653142.

HSL color Cylindrical-coordinate representation of color #D68DA2: hue angle of 342.74º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68DA2 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB214141162-
CMYK00.340.240.16
HSL342.74º47.1%69.61%-
HSV(B)342.74º34.11%83.92%-
XYZ43.7835.9538.81-
YUV165.22126.18162.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=41.39%
G=27.27%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414116200.340.240.16342.7447.169.61
HexD68DA202218101572f46
Octal326215242042302052757106
Binary110101101000110110100010010001011000100001010101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DA2; }

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

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

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

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

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

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

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

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