#DE40BF

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

Shades of Razzle Dazzle Rose #DE40BF

Tints of Razzle Dazzle Rose #DE40BF

Color information

#DE40BF (or 0xDE40BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 40 and BF. RGB value is (222,64,191). Sum of RGB (Red+Green+Blue) = 222+64+191=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE40BF is #21BF40. Grayscale: #7D7D7D. Windows color (decimal): -2211649 or 12533982. OLE color: 12533982.

HSL color Cylindrical-coordinate representation of color #DE40BF: hue angle of 311.77º 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 #DE40BF is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22264191-
CMYK00.710.140.13
HSL311.77º70.54%56.08%-
HSV(B)311.77º71.17%87.06%-
XYZ41.3622.9651.54-
YUV125.72164.85196.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 64 (25.39% from 255) = 13.42%
BLUE value IS 191 (75% from 255) = 40.04%
R=46.54%
G=13.42%
B=40.04%

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
Decimal2226419100.710.140.13311.7770.5456.08
HexDE40BF047ED1384738
Octal3361002770107161547010770
Binary1101111010000001011111101000111111011011001110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE40BF; }

 p { color: rgb(222,64,191); }

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

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

 a { background-color: rgb(222,64,191); }

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

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

 span { border-color: rgb(222,64,191); }

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