#DF34D3

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

Shades of Razzle Dazzle Rose #DF34D3

Tints of Razzle Dazzle Rose #DF34D3

Color information

#DF34D3 (or 0xDF34D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 34 and D3. RGB value is (223,52,211). Sum of RGB (Red+Green+Blue) = 223+52+211=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34D3 is #20CB2C. Grayscale: #787878. Windows color (decimal): -2149165 or 13841631. OLE color: 13841631.

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

Color convert

RGB22352211-
CMYK00.770.050.13
HSL304.21º72.77%53.92%-
HSV(B)304.21º76.68%87.45%-
XYZ43.4222.8563.75-
YUV121.26178.65200.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 52 (20.70% from 255) = 10.70%
BLUE value IS 211 (82.81% from 255) = 43.42%
R=45.88%
G=10.70%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235221100.770.050.13304.2172.7753.92
HexDF34D304D5D1304936
Octal33764323011551546011166
Binary11011111110100110100110100110110111011001100001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF34D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF34D3; }

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

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

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

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

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

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

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

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