#DA1CD7

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

Shades of Deep Magenta #DA1CD7

Tints of Deep Magenta #DA1CD7

Color information

#DA1CD7 (or 0xDA1CD7) is unknown color: approx Deep Magenta. HEX triplet: DA, 1C and D7. RGB value is (218,28,215). Sum of RGB (Red+Green+Blue) = 218+28+215=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CD7 is #25E328. Grayscale: #696969. Windows color (decimal): -2482985 or 14097626. OLE color: 14097626.

HSL color Cylindrical-coordinate representation of color #DA1CD7: hue angle of 300.95º 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 #DA1CD7 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB21828215-
CMYK00.870.010.15
HSL300.95º77.24%48.24%-
HSV(B)300.95º87.16%85.49%-
XYZ41.5920.6466.08-
YUV106.13189.45207.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 28 (11.33% from 255) = 6.07%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=47.29%
G=6.07%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182821500.870.010.15300.9577.2448.24
HexDA1CD70571F12d4d30
Octal33234327012711745511560
Binary11011010111001101011101010111111111001011011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1CD7; }

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

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

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

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

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

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

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

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