Html Css Color HEX #DA1DCC Deep Magenta

📋 copy color: '#DA1DCC'

red 218 ◦ green 29 ◦ blue 204

#DA1DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DA1DCC

Tints of Deep Magenta #DA1DCC

RGB

 RED value IS 218 (85.55% from 255) = 48.34%

 GREEN value IS 29 (11.72% from 255) = 6.43%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 48.34%
G = 6.43%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA1DCC (or 0xDA1DCC) is known color: Deep Magenta. HEX triplet: DA, 1D and CC. RGB value is (218,29,204). Sum of RGB (Red+Green+Blue) = 218+29+204=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DCC is #25E233. Grayscale: #686868. Windows color (decimal): -2482740 or 13376986. OLE color: 13376986.

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

Color convert

RGB 218 29 204 -
CMYK 0 0.87 0.06 0.15
HSL 304.44º 0.77% 0.48% -
HSV(B) 304.44º 0.87% 0.85% -
XYZ 40.25 20.14 58.89 -
YUV 105.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 218 29 204 0 0.87 0.06 0.15 304.44 0.77 0.48
Hex DA 1D CC 0 57 6 F 130 4D 30
Octal 332 35 314 0 127 6 17 460 115 60
Binary 11011010 11101 11001100 0 1010111 110 1111 100110000 1001101 110000

Color Harmonies of #DA1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DCC

Black with #DA1DCC

Text Example


Text Example

White with #DA1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DCC; }

 p { color: rgb(218,29,204); }

 H1.HeaderClassName
 {
   color: #DA1DCC;
 }
 .AnyTagClassName
 {
   color: #DA1DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(218,29,204); }

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

border-color css

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

 span { border-color: rgb(218,29,204); }

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