#DA1CBE

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

Shades of Deep Magenta #DA1CBE

Tints of Deep Magenta #DA1CBE

Color information

#DA1CBE (or 0xDA1CBE) is unknown color: approx Deep Magenta. HEX triplet: DA, 1C and BE. RGB value is (218,28,190). Sum of RGB (Red+Green+Blue) = 218+28+190=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CBE is #25E341. Grayscale: #666666. Windows color (decimal): -2483010 or 12459226. OLE color: 12459226.

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

Color convert

RGB21828190-
CMYK00.870.130.15
HSL308.84º77.24%48.24%-
HSV(B)308.84º87.16%85.49%-
XYZ38.6219.4550.43-
YUV103.28176.95209.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 6.42%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=50%
G=6.42%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182819000.870.130.15308.8477.2448.24
HexDA1CBE057DF1354d30
Octal332342760127151746511560
Binary11011010111001011111001010111110111111001101011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1CBE; }

 p { color: rgb(218,28,190); }

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

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

 a { background-color: rgb(218,28,190); }

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

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

 span { border-color: rgb(218,28,190); }

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