#DE34B8

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

Shades of Razzle Dazzle Rose #DE34B8

Tints of Razzle Dazzle Rose #DE34B8

Color information

#DE34B8 (or 0xDE34B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 34 and B8. RGB value is (222,52,184). Sum of RGB (Red+Green+Blue) = 222+52+184=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE34B8 is #21CB47. Grayscale: #757575. Windows color (decimal): -2214728 or 12072158. OLE color: 12072158.

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

Color convert

RGB22252184-
CMYK00.770.170.13
HSL313.41º72.03%53.73%-
HSV(B)313.41º76.58%87.06%-
XYZ4021.4547.38-
YUV117.88165.32202.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 52 (20.70% from 255) = 11.35%
BLUE value IS 184 (72.27% from 255) = 40.17%
R=48.47%
G=11.35%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225218400.770.170.13313.4172.0353.73
HexDE34B804D11D1394836
Octal336642700115211547111066
Binary1101111011010010111000010011011000111011001110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE34B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE34B8; }

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

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

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

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

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

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

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

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