#DF33C4

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

Shades of Razzle Dazzle Rose #DF33C4

Tints of Razzle Dazzle Rose #DF33C4

Color information

#DF33C4 (or 0xDF33C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 33 and C4. RGB value is (223,51,196). Sum of RGB (Red+Green+Blue) = 223+51+196=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF33C4 is #20CC3B. Grayscale: #767676. Windows color (decimal): -2149436 or 12858335. OLE color: 12858335.

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

Color convert

RGB22351196-
CMYK00.770.120.13
HSL309.42º72.88%53.73%-
HSV(B)309.42º77.13%87.45%-
XYZ41.5822.0454.29-
YUV118.96171.48202.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 51 (20.31% from 255) = 10.85%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=47.45%
G=10.85%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235119600.770.120.13309.4272.8853.73
HexDF33C404DCD1354936
Octal337633040115141546511166
Binary110111111100111100010001001101110011011001101011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF33C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF33C4; }

 p { color: rgb(223,51,196); }

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

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

 a { background-color: rgb(223,51,196); }

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

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

 span { border-color: rgb(223,51,196); }

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