#DE33BB

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

Shades of Razzle Dazzle Rose #DE33BB

Tints of Razzle Dazzle Rose #DE33BB

Color information

#DE33BB (or 0xDE33BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 33 and BB. RGB value is (222,51,187). Sum of RGB (Red+Green+Blue) = 222+51+187=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE33BB is #21CC44. Grayscale: #757575. Windows color (decimal): -2214981 or 12268510. OLE color: 12268510.

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

Color convert

RGB22251187-
CMYK00.770.160.13
HSL312.28º72.15%53.53%-
HSV(B)312.28º77.03%87.06%-
XYZ40.2821.4949.04-
YUV117.63167.15202.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 51 (20.31% from 255) = 11.09%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=48.26%
G=11.09%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225118700.770.160.13312.2872.1553.53
HexDE33BB04D10D1384836
Octal336632730115201547011066
Binary1101111011001110111011010011011000011011001110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE33BB; }

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

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

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

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

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

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

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

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