Html Css Color HEX #DA0CD1 Deep Magenta

📋 copy color: '#DA0CD1'

red 218 ◦ green 12 ◦ blue 209

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

Shades of Deep Magenta #DA0CD1

Tints of Deep Magenta #DA0CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 49.66%
G = 2.73%
B = 47.61%

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

#DA0CD1 (or 0xDA0CD1) is known color: Deep Magenta. HEX triplet: DA, 0C and D1. RGB value is (218,12,209). Sum of RGB (Red+Green+Blue) = 218+12+209=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CD1 is #25F32E. Grayscale: #5F5F5F. Windows color (decimal): -2487087 or 13700314. OLE color: 13700314.

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

Color convert

RGB 218 12 209 -
CMYK 0 0.94 0.04 0.15
HSL 302.62º 0.9% 0.45% -
HSV(B) 302.62º 0.94% 0.85% -
XYZ 40.55 19.77 62 -
YUV 96.05 191.75 214.98 -
System Red Green Blue C M Y K H S L
Decimal 218 12 209 0 0.94 0.04 0.15 302.62 0.9 0.45
Hex DA C D1 0 5E 4 F 12F 5A 2D
Octal 332 14 321 0 136 4 17 457 132 55
Binary 11011010 1100 11010001 0 1011110 100 1111 100101111 1011010 101101

Color Harmonies of #DA0CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CD1

Black with #DA0CD1

Text Example


Text Example

White with #DA0CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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