Html Css Color HEX #DA0CD2 Deep Magenta

📋 copy color: '#DA0CD2'

red 218 ◦ green 12 ◦ blue 210

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

Shades of Deep Magenta #DA0CD2

Tints of Deep Magenta #DA0CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

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

R = 49.55%
G = 2.73%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA0CD2 (or 0xDA0CD2) is known color: Deep Magenta. HEX triplet: DA, 0C and D2. RGB value is (218,12,210). Sum of RGB (Red+Green+Blue) = 218+12+210=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CD2 is #25F32D. Grayscale: #5F5F5F. Windows color (decimal): -2487086 or 13765850. OLE color: 13765850.

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

Color convert

RGB 218 12 210 -
CMYK 0 0.94 0.04 0.15
HSL 302.33º 0.9% 0.45% -
HSV(B) 302.33º 0.94% 0.85% -
XYZ 40.68 19.82 62.65 -
YUV 96.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 218 12 210 0 0.94 0.04 0.15 302.33 0.9 0.45
Hex DA C D2 0 5E 4 F 12E 5A 2D
Octal 332 14 322 0 136 4 17 456 132 55
Binary 11011010 1100 11010010 0 1011110 100 1111 100101110 1011010 101101

Color Harmonies of #DA0CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CD2

Black with #DA0CD2

Text Example


Text Example

White with #DA0CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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