#DF42B9

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

Shades of Razzle Dazzle Rose #DF42B9

Tints of Razzle Dazzle Rose #DF42B9

Color information

#DF42B9 (or 0xDF42B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 42 and B9. RGB value is (223,66,185). Sum of RGB (Red+Green+Blue) = 223+66+185=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42B9 is #20BD46. Grayscale: #7E7E7E. Windows color (decimal): -2145607 or 12141279. OLE color: 12141279.

HSL color Cylindrical-coordinate representation of color #DF42B9: hue angle of 314.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF42B9 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22366185-
CMYK00.700.170.13
HSL314.52º71.04%56.67%-
HSV(B)314.52º70.4%87.45%-
XYZ41.1423.0948.19-
YUV126.51161.01196.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.05%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=47.05%
G=13.92%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236618500.700.170.13314.5271.0456.67
HexDF42B904611D13b4739
Octal3371022710106211547310771
Binary11011111100001010111001010001101000111011001110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF42B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF42B9; }

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

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

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

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

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

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

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

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