#DF40C0

Color #DF40C0 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DF40C0

Tints of Razzle Dazzle Rose #DF40C0

Color information

#DF40C0 (or 0xDF40C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 40 and C0. RGB value is (223,64,192). Sum of RGB (Red+Green+Blue) = 223+64+192=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40C0 is #20BF3F. Grayscale: #7D7D7D. Windows color (decimal): -2146112 or 12599519. OLE color: 12599519.

HSL color Cylindrical-coordinate representation of color #DF40C0: hue angle of 311.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40C0 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22364192-
CMYK00.710.140.13
HSL311.7º71.3%56.27%-
HSV(B)311.7º71.3%87.45%-
XYZ41.7823.1652.14-
YUV126.13165.18197.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=46.56%
G=13.36%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236419200.710.140.13311.771.356.27
HexDF40C0047ED1384738
Octal3371003000107161547010770
Binary1101111110000001100000001000111111011011001110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF40C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF40C0; }

 p { color: rgb(223,64,192); }

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

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

 a { background-color: rgb(223,64,192); }

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

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

 span { border-color: rgb(223,64,192); }

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