#DF34D2

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

Shades of Razzle Dazzle Rose #DF34D2

Tints of Razzle Dazzle Rose #DF34D2

Color information

#DF34D2 (or 0xDF34D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 34 and D2. RGB value is (223,52,210). Sum of RGB (Red+Green+Blue) = 223+52+210=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34D2 is #20CB2D. Grayscale: #787878. Windows color (decimal): -2149166 or 13776095. OLE color: 13776095.

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

Color convert

RGB22352210-
CMYK00.770.060.13
HSL304.56º72.77%53.92%-
HSV(B)304.56º76.68%87.45%-
XYZ43.2922.863.09-
YUV121.14178.15200.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 52 (20.70% from 255) = 10.72%
BLUE value IS 210 (82.42% from 255) = 43.30%
R=45.98%
G=10.72%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235221000.770.060.13304.5672.7753.92
HexDF34D204D6D1314936
Octal33764322011561546111166
Binary11011111110100110100100100110111011011001100011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF34D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF34D2; }

 p { color: rgb(223,52,210); }

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

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

 a { background-color: rgb(223,52,210); }

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

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

 span { border-color: rgb(223,52,210); }

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