#D67EA8

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

Shades of Can Can #D67EA8

Tints of Can Can #D67EA8

Color information

#D67EA8 (or 0xD67EA8) is unknown color: approx Can Can. HEX triplet: D6, 7E and A8. RGB value is (214,126,168). Sum of RGB (Red+Green+Blue) = 214+126+168=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67EA8 is #298157. Grayscale: #9D9D9D. Windows color (decimal): -2720088 or 11042518. OLE color: 11042518.

HSL color Cylindrical-coordinate representation of color #D67EA8: hue angle of 331.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67EA8 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214126168-
CMYK00.410.210.16
HSL331.36º51.76%66.67%-
HSV(B)331.36º41.12%83.92%-
XYZ42.2632.0541-
YUV157.1134.15168.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 126 (49.61% from 255) = 24.80%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=42.13%
G=24.80%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412616800.410.210.16331.3651.7666.67
HexD67EA8029151014b3443
Octal326176250051252051364103
Binary11010110111111010101000010100110101100001010010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EA8; }

 p { color: rgb(214,126,168); }

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

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

 a { background-color: rgb(214,126,168); }

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

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

 span { border-color: rgb(214,126,168); }

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