#DF34D8

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

Shades of Razzle Dazzle Rose #DF34D8

Tints of Razzle Dazzle Rose #DF34D8

Color information

#DF34D8 (or 0xDF34D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 34 and D8. RGB value is (223,52,216). Sum of RGB (Red+Green+Blue) = 223+52+216=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34D8 is #20CB27. Grayscale: #797979. Windows color (decimal): -2149160 or 14169311. OLE color: 14169311.

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

Color convert

RGB22352216-
CMYK00.770.030.13
HSL302.46º72.77%53.92%-
HSV(B)302.46º76.68%87.45%-
XYZ44.0523.167.1-
YUV121.82181.15200.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 52 (20.70% from 255) = 10.59%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=45.42%
G=10.59%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235221600.770.030.13302.4672.7753.92
HexDF34D804D3D12e4936
Octal33764330011531545611166
Binary1101111111010011011000010011011111011001011101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF34D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF34D8; }

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

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

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

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

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

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

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

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