#DE33BE

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

Shades of Razzle Dazzle Rose #DE33BE

Tints of Razzle Dazzle Rose #DE33BE

Color information

#DE33BE (or 0xDE33BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 33 and BE. RGB value is (222,51,190). Sum of RGB (Red+Green+Blue) = 222+51+190=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE33BE is #21CC41. Grayscale: #757575. Windows color (decimal): -2214978 or 12465118. OLE color: 12465118.

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

Color convert

RGB22251190-
CMYK00.770.140.13
HSL311.23º72.15%53.53%-
HSV(B)311.23º77.03%87.06%-
XYZ40.621.6150.75-
YUV117.98168.65202.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 51 (20.31% from 255) = 11.02%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=47.95%
G=11.02%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225119000.770.140.13311.2372.1553.53
HexDE33BE04DED1374836
Octal336632760115161546711066
Binary110111101100111011111001001101111011011001101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE33BE; }

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

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

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

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

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

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

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

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