Html Css Color HEX #DA0CDC Deep Magenta

📋 copy color: '#DA0CDC'

red 218 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #DA0CDC

Tints of Deep Magenta #DA0CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 48.44%
G = 2.67%
B = 48.89%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA0CDC (or 0xDA0CDC) is known color: Deep Magenta. HEX triplet: DA, 0C and DC. RGB value is (218,12,220). Sum of RGB (Red+Green+Blue) = 218+12+220=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CDC is #25F323. Grayscale: #606060. Windows color (decimal): -2487076 or 14421210. OLE color: 14421210.

HSL color Cylindrical-coordinate representation of color #DA0CDC: hue angle of 299.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CDC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 12 220 -
CMYK 0.01 0.95 0 0.14
HSL 299.42º 0.9% 0.45% -
HSV(B) 299.42º 0.95% 0.86% -
XYZ 41.96 20.34 69.42 -
YUV 97.31 197.25 214.09 -
System Red Green Blue C M Y K H S L
Decimal 218 12 220 0.01 0.95 0 0.14 299.42 0.9 0.45
Hex DA C DC 1 5F 0 E 12B 5A 2D
Octal 332 14 334 1 137 0 16 453 132 55
Binary 11011010 1100 11011100 1 1011111 0 1110 100101011 1011010 101101

Color Harmonies of #DA0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CDC

Black with #DA0CDC

Text Example


Text Example

White with #DA0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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