#D67F98

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

Shades of Can Can #D67F98

Tints of Can Can #D67F98

Color information

#D67F98 (or 0xD67F98) is unknown color: approx Can Can. HEX triplet: D6, 7F and 98. RGB value is (214,127,152). Sum of RGB (Red+Green+Blue) = 214+127+152=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F98 is #298067. Grayscale: #9B9B9B. Windows color (decimal): -2719848 or 9994198. OLE color: 9994198.

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

Color convert

RGB214127152-
CMYK00.410.290.16
HSL342.76º51.48%66.86%-
HSV(B)342.76º40.65%83.92%-
XYZ40.9931.7433.67-
YUV155.86125.82169.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=43.41%
G=25.76%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412715200.410.290.16342.7651.4866.86
HexD67F980291D101573343
Octal326177230051352052763103
Binary11010110111111110011000010100111101100001010101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F98; }

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

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

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

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

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

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

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

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