#DA0FCB

Color #DA0FCB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DA0FCB

Tints of Deep Magenta #DA0FCB

Color information

#DA0FCB (or 0xDA0FCB) is unknown color: approx Deep Magenta. HEX triplet: DA, 0F and CB. RGB value is (218,15,203). Sum of RGB (Red+Green+Blue) = 218+15+203=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FCB is #25F034. Grayscale: #606060. Windows color (decimal): -2486325 or 13307866. OLE color: 13307866.

HSL color Cylindrical-coordinate representation of color #DA0FCB: hue angle of 304.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0FCB is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB21815203-
CMYK00.930.070.15
HSL304.43º87.12%45.69%-
HSV(B)304.43º93.12%85.49%-
XYZ39.8619.5658.17-
YUV97.13187.75214.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 3.44%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=50%
G=3.44%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181520300.930.070.15304.4387.1245.69
HexDAFCB05D7F130572e
Octal33217313013571746012756
Binary110110101111110010110101110111111111001100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0FCB; }

 p { color: rgb(218,15,203); }

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

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

 a { background-color: rgb(218,15,203); }

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

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

 span { border-color: rgb(218,15,203); }

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