#DF30DC

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

Shades of Razzle Dazzle Rose #DF30DC

Tints of Razzle Dazzle Rose #DF30DC

Color information

#DF30DC (or 0xDF30DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 30 and DC. RGB value is (223,48,220). Sum of RGB (Red+Green+Blue) = 223+48+220=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30DC is #20CF23. Grayscale: #777777. Windows color (decimal): -2150180 or 14430431. OLE color: 14430431.

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

Color convert

RGB22348220-
CMYK00.780.010.13
HSL301.03º73.22%53.14%-
HSV(B)301.03º78.48%87.45%-
XYZ44.4122.9769.8-
YUV119.93184.48201.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 48 (19.14% from 255) = 9.78%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=45.42%
G=9.78%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234822000.780.010.13301.0373.2253.14
HexDF30DC04E1D12d4935
Octal33760334011611545511165
Binary110111111100001101110001001110111011001011011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF30DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF30DC; }

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

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

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

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

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

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

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

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