#DF42B8

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

Shades of Razzle Dazzle Rose #DF42B8

Tints of Razzle Dazzle Rose #DF42B8

Color information

#DF42B8 (or 0xDF42B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 42 and B8. RGB value is (223,66,184). Sum of RGB (Red+Green+Blue) = 223+66+184=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42B8 is #20BD47. Grayscale: #7E7E7E. Windows color (decimal): -2145608 or 12075743. OLE color: 12075743.

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

Color convert

RGB22366184-
CMYK00.700.170.13
HSL314.9º71.04%56.67%-
HSV(B)314.9º70.4%87.45%-
XYZ41.0323.0547.63-
YUV126.39160.51196.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 66 (26.17% from 255) = 13.95%
BLUE value IS 184 (72.27% from 255) = 38.90%
R=47.15%
G=13.95%
B=38.90%

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
Decimal2236618400.700.170.13314.971.0456.67
HexDF42B804611D13b4739
Octal3371022700106211547310771
Binary11011111100001010111000010001101000111011001110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF42B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF42B8; }

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

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

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

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

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

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

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

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