#DE34B6

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

Shades of Razzle Dazzle Rose #DE34B6

Tints of Razzle Dazzle Rose #DE34B6

Color information

#DE34B6 (or 0xDE34B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 34 and B6. RGB value is (222,52,182). Sum of RGB (Red+Green+Blue) = 222+52+182=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE34B6 is #21CB49. Grayscale: #757575. Windows color (decimal): -2214730 or 11941086. OLE color: 11941086.

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

Color convert

RGB22252182-
CMYK00.770.180.13
HSL314.12º72.03%53.73%-
HSV(B)314.12º76.58%87.06%-
XYZ39.821.3646.28-
YUV117.65164.32202.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 52 (20.70% from 255) = 11.40%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=48.68%
G=11.40%
B=39.91%

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
Decimal2225218200.770.180.13314.1272.0353.73
HexDE34B604D12D13a4836
Octal336642660115221547211066
Binary1101111011010010110110010011011001011011001110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE34B6; }

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

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

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

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

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

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

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

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