#D67F9D

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

Shades of Can Can #D67F9D

Tints of Can Can #D67F9D

Color information

#D67F9D (or 0xD67F9D) is unknown color: approx Can Can. HEX triplet: D6, 7F and 9D. RGB value is (214,127,157). Sum of RGB (Red+Green+Blue) = 214+127+157=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F9D is #298062. Grayscale: #9C9C9C. Windows color (decimal): -2719843 or 10321878. OLE color: 10321878.

HSL color Cylindrical-coordinate representation of color #D67F9D: hue angle of 339.31º degrees, saturation: 0.51, 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 #D67F9D is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214127157-
CMYK00.410.270.16
HSL339.31º51.48%66.86%-
HSV(B)339.31º40.65%83.92%-
XYZ41.4131.9135.88-
YUV156.43128.32169.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=42.97%
G=25.50%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412715700.410.270.16339.3151.4866.86
HexD67F9D0291B101533343
Octal326177235051332052363103
Binary11010110111111110011101010100111011100001010100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F9D; }

 p { color: rgb(214,127,157); }

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

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

 a { background-color: rgb(214,127,157); }

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

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

 span { border-color: rgb(214,127,157); }

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