#DE40BE

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

Shades of Razzle Dazzle Rose #DE40BE

Tints of Razzle Dazzle Rose #DE40BE

Color information

#DE40BE (or 0xDE40BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 40 and BE. RGB value is (222,64,190). Sum of RGB (Red+Green+Blue) = 222+64+190=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE40BE is #21BF41. Grayscale: #7D7D7D. Windows color (decimal): -2211650 or 12468446. OLE color: 12468446.

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

Color convert

RGB22264190-
CMYK00.710.140.13
HSL312.15º70.54%56.08%-
HSV(B)312.15º71.17%87.06%-
XYZ41.2522.9150.96-
YUV125.61164.35196.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 64 (25.39% from 255) = 13.45%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=46.64%
G=13.45%
B=39.92%

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
Decimal2226419000.710.140.13312.1570.5456.08
HexDE40BE047ED1384738
Octal3361002760107161547010770
Binary1101111010000001011111001000111111011011001110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE40BE; }

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

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

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

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

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

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

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

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