#DE34B7

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

Shades of Razzle Dazzle Rose #DE34B7

Tints of Razzle Dazzle Rose #DE34B7

Color information

#DE34B7 (or 0xDE34B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 34 and B7. RGB value is (222,52,183). Sum of RGB (Red+Green+Blue) = 222+52+183=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE34B7 is #21CB48. Grayscale: #757575. Windows color (decimal): -2214729 or 12006622. OLE color: 12006622.

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

Color convert

RGB22252183-
CMYK00.770.180.13
HSL313.76º72.03%53.73%-
HSV(B)313.76º76.58%87.06%-
XYZ39.921.446.83-
YUV117.76164.82202.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 52 (20.70% from 255) = 11.38%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=48.58%
G=11.38%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225218300.770.180.13313.7672.0353.73
HexDE34B704D12D13a4836
Octal336642670115221547211066
Binary1101111011010010110111010011011001011011001110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE34B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE34B7; }

 p { color: rgb(222,52,183); }

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

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

 a { background-color: rgb(222,52,183); }

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

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

 span { border-color: rgb(222,52,183); }

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