#DF30D6

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

Shades of Razzle Dazzle Rose #DF30D6

Tints of Razzle Dazzle Rose #DF30D6

Color information

#DF30D6 (or 0xDF30D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 30 and D6. RGB value is (223,48,214). Sum of RGB (Red+Green+Blue) = 223+48+214=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30D6 is #20CF29. Grayscale: #767676. Windows color (decimal): -2150186 or 14037215. OLE color: 14037215.

HSL color Cylindrical-coordinate representation of color #DF30D6: hue angle of 303.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF30D6 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB22348214-
CMYK00.780.040.13
HSL303.09º73.22%53.14%-
HSV(B)303.09º78.48%87.45%-
XYZ43.6322.6665.69-
YUV119.25181.48202-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 48 (19.14% from 255) = 9.90%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=45.98%
G=9.90%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234821400.780.040.13303.0973.2253.14
HexDF30D604E4D12f4935
Octal33760326011641545711165
Binary11011111110000110101100100111010011011001011111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF30D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF30D6; }

 p { color: rgb(223,48,214); }

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

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

 a { background-color: rgb(223,48,214); }

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

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

 span { border-color: rgb(223,48,214); }

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