#DF3DB9

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

Shades of Razzle Dazzle Rose #DF3DB9

Tints of Razzle Dazzle Rose #DF3DB9

Color information

#DF3DB9 (or 0xDF3DB9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 3D and B9. RGB value is (223,61,185). Sum of RGB (Red+Green+Blue) = 223+61+185=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3DB9 is #20C246. Grayscale: #7B7B7B. Windows color (decimal): -2146887 or 12139999. OLE color: 12139999.

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

Color convert

RGB22361185-
CMYK00.730.170.13
HSL314.07º71.68%55.69%-
HSV(B)314.07º72.65%87.45%-
XYZ40.8622.5348.09-
YUV123.57162.67198.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 61 (24.22% from 255) = 13.01%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=47.55%
G=13.01%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236118500.730.170.13314.0771.6855.69
HexDF3DB904911D13a4838
Octal337752710111211547211070
Binary1101111111110110111001010010011000111011001110101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3DB9; }

 p { color: rgb(223,61,185); }

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

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

 a { background-color: rgb(223,61,185); }

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

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

 span { border-color: rgb(223,61,185); }

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