Html Css Color HEX #DA12D2 Deep Magenta

📋 copy color: '#DA12D2'

red 218 ◦ green 18 ◦ blue 210

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

Shades of Deep Magenta #DA12D2

Tints of Deep Magenta #DA12D2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

 BLUE value IS 210 (82.42% from 255) = 47.09%

R = 48.88%
G = 4.04%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA12D2 (or 0xDA12D2) is known color: Deep Magenta. HEX triplet: DA, 12 and D2. RGB value is (218,18,210). Sum of RGB (Red+Green+Blue) = 218+18+210=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12D2 is #25ED2D. Grayscale: #636363. Windows color (decimal): -2485550 or 13767386. OLE color: 13767386.

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

Color convert

RGB 218 18 210 -
CMYK 0 0.92 0.04 0.15
HSL 302.4º 0.85% 0.46% -
HSV(B) 302.4º 0.92% 0.85% -
XYZ 40.76 19.99 62.68 -
YUV 99.69 190.26 212.39 -
System Red Green Blue C M Y K H S L
Decimal 218 18 210 0 0.92 0.04 0.15 302.4 0.85 0.46
Hex DA 12 D2 0 5C 4 F 12E 55 2E
Octal 332 22 322 0 134 4 17 456 125 56
Binary 11011010 10010 11010010 0 1011100 100 1111 100101110 1010101 101110

Color Harmonies of #DA12D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA12D2

Black with #DA12D2

Text Example


Text Example

White with #DA12D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA12D2; }

 p { color: rgb(218,18,210); }

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

background-color css

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

 a { background-color: rgb(218,18,210); }

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

border-color css

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

 span { border-color: rgb(218,18,210); }

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