#DF42BA

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

Shades of Razzle Dazzle Rose #DF42BA

Tints of Razzle Dazzle Rose #DF42BA

Color information

#DF42BA (or 0xDF42BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 42 and BA. RGB value is (223,66,186). Sum of RGB (Red+Green+Blue) = 223+66+186=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42BA is #20BD45. Grayscale: #7E7E7E. Windows color (decimal): -2145606 or 12206815. OLE color: 12206815.

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

Color convert

RGB22366186-
CMYK00.700.170.13
HSL314.14º71.04%56.67%-
HSV(B)314.14º70.4%87.45%-
XYZ41.2423.1348.75-
YUV126.62161.51196.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 66 (26.17% from 255) = 13.89%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=46.95%
G=13.89%
B=39.16%

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
Decimal2236618600.700.170.13314.1471.0456.67
HexDF42BA04611D13a4739
Octal3371022720106211547210771
Binary11011111100001010111010010001101000111011001110101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF42BA; }

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

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

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

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

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

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

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

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