#DE33BD

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

Shades of Razzle Dazzle Rose #DE33BD

Tints of Razzle Dazzle Rose #DE33BD

Color information

#DE33BD (or 0xDE33BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 33 and BD. RGB value is (222,51,189). Sum of RGB (Red+Green+Blue) = 222+51+189=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE33BD is #21CC42. Grayscale: #757575. Windows color (decimal): -2214979 or 12399582. OLE color: 12399582.

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

Color convert

RGB22251189-
CMYK00.770.150.13
HSL311.58º72.15%53.53%-
HSV(B)311.58º77.03%87.06%-
XYZ40.4921.5750.17-
YUV117.86168.15202.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 51 (20.31% from 255) = 11.04%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=48.05%
G=11.04%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225118900.770.150.13311.5872.1553.53
HexDE33BD04DFD1384836
Octal336632750115171547011066
Binary110111101100111011110101001101111111011001110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE33BD; }

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

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

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

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

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

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

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

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