#DF35CC

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

Shades of Razzle Dazzle Rose #DF35CC

Tints of Razzle Dazzle Rose #DF35CC

Color information

#DF35CC (or 0xDF35CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 35 and CC. RGB value is (223,53,204). Sum of RGB (Red+Green+Blue) = 223+53+204=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF35CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF35CC is #20CA33. Grayscale: #787878. Windows color (decimal): -2148916 or 13383135. OLE color: 13383135.

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

Color convert

RGB22353204-
CMYK00.760.090.13
HSL306.71º72.65%54.12%-
HSV(B)306.71º76.23%87.45%-
XYZ42.622.5959.24-
YUV121.04174.82200.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 53 (21.09% from 255) = 11.04%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=46.46%
G=11.04%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235320400.760.090.13306.7172.6554.12
HexDF35CC04C9D1334936
Octal337653140114111546311166
Binary110111111101011100110001001100100111011001100111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF35CC; }

 p { color: rgb(223,53,204); }

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

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

 a { background-color: rgb(223,53,204); }

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

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

 span { border-color: rgb(223,53,204); }

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