#DE35BA

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

Shades of Razzle Dazzle Rose #DE35BA

Tints of Razzle Dazzle Rose #DE35BA

Color information

#DE35BA (or 0xDE35BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 35 and BA. RGB value is (222,53,186). Sum of RGB (Red+Green+Blue) = 222+53+186=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE35BA is #21CA45. Grayscale: #767676. Windows color (decimal): -2214470 or 12203486. OLE color: 12203486.

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

Color convert

RGB22253186-
CMYK00.760.160.13
HSL312.78º71.91%53.92%-
HSV(B)312.78º76.13%87.06%-
XYZ40.2621.6248.51-
YUV118.69165.99201.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 53 (21.09% from 255) = 11.50%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=48.16%
G=11.50%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225318600.760.160.13312.7871.9153.92
HexDE35BA04C10D1394836
Octal336652720114201547111066
Binary1101111011010110111010010011001000011011001110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE35BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE35BA; }

 p { color: rgb(222,53,186); }

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

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

 a { background-color: rgb(222,53,186); }

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

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

 span { border-color: rgb(222,53,186); }

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