#D67DA1

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

Shades of Can Can #D67DA1

Tints of Can Can #D67DA1

Color information

#D67DA1 (or 0xD67DA1) is unknown color: approx Can Can. HEX triplet: D6, 7D and A1. RGB value is (214,125,161). Sum of RGB (Red+Green+Blue) = 214+125+161=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DA1 is #29825E. Grayscale: #9B9B9B. Windows color (decimal): -2720351 or 10583510. OLE color: 10583510.

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

Color convert

RGB214125161-
CMYK00.420.250.16
HSL335.73º52.05%66.47%-
HSV(B)335.73º41.59%83.92%-
XYZ41.531.5437.62-
YUV155.71130.99169.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=42.8%
G=25%
B=32.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412516100.420.250.16335.7352.0566.47
HexD67DA102A19101503442
Octal326175241052312052064102
Binary11010110111110110100001010101011001100001010100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DA1; }

 p { color: rgb(214,125,161); }

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

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

 a { background-color: rgb(214,125,161); }

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

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

 span { border-color: rgb(214,125,161); }

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