#DE33BC

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

Shades of Razzle Dazzle Rose #DE33BC

Tints of Razzle Dazzle Rose #DE33BC

Color information

#DE33BC (or 0xDE33BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 33 and BC. RGB value is (222,51,188). Sum of RGB (Red+Green+Blue) = 222+51+188=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE33BC is #21CC43. Grayscale: #757575. Windows color (decimal): -2214980 or 12334046. OLE color: 12334046.

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

Color convert

RGB22251188-
CMYK00.770.150.13
HSL311.93º72.15%53.53%-
HSV(B)311.93º77.03%87.06%-
XYZ40.3921.5349.6-
YUV117.75167.65202.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 51 (20.31% from 255) = 11.06%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=48.16%
G=11.06%
B=40.78%

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
Decimal2225118800.770.150.13311.9372.1553.53
HexDE33BC04DFD1384836
Octal336632740115171547011066
Binary110111101100111011110001001101111111011001110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE33BC; }

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

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

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

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

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

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

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

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