#DF3EC4

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

Shades of Razzle Dazzle Rose #DF3EC4

Tints of Razzle Dazzle Rose #DF3EC4

Color information

#DF3EC4 (or 0xDF3EC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 3E and C4. RGB value is (223,62,196). Sum of RGB (Red+Green+Blue) = 223+62+196=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3EC4 is #20C13B. Grayscale: #7D7D7D. Windows color (decimal): -2146620 or 12861151. OLE color: 12861151.

HSL color Cylindrical-coordinate representation of color #DF3EC4: hue angle of 310.06º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3EC4 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB22362196-
CMYK00.720.120.13
HSL310.06º71.56%55.88%-
HSV(B)310.06º72.2%87.45%-
XYZ42.1223.1254.47-
YUV125.42167.84197.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.36%
GREEN value IS 62 (24.61% from 255) = 12.89%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=46.36%
G=12.89%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236219600.720.120.13310.0671.5655.88
HexDF3EC4048CD1364838
Octal337763040110141546611070
Binary110111111111101100010001001000110011011001101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3EC4; }

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

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

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

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

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

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

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

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