#D68A9E

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

Shades of Can Can #D68A9E

Tints of Can Can #D68A9E

Color information

#D68A9E (or 0xD68A9E) is unknown color: approx Can Can. HEX triplet: D6, 8A and 9E. RGB value is (214,138,158). Sum of RGB (Red+Green+Blue) = 214+138+158=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A9E is #297561. Grayscale: #A3A3A3. Windows color (decimal): -2717026 or 10390230. OLE color: 10390230.

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

Color convert

RGB214138158-
CMYK00.360.260.16
HSL344.21º48.1%69.02%-
HSV(B)344.21º35.51%83.92%-
XYZ42.9934.9436.83-
YUV163125.18164.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=41.96%
G=27.06%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413815800.360.260.16344.2148.169.02
HexD68A9E0241A101583045
Octal326212236044322053060105
Binary110101101000101010011110010010011010100001010110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A9E; }

 p { color: rgb(214,138,158); }

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

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

 a { background-color: rgb(214,138,158); }

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

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

 span { border-color: rgb(214,138,158); }

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