Html Css Color HEX #D20CDA Deep Magenta

📋 copy color: '#D20CDA'

red 210 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #D20CDA

Tints of Deep Magenta #D20CDA

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

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

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

Color convert

RGB 210 12 218 -
CMYK 0.04 0.94 0 0.15
HSL 297.67º 0.9% 0.45% -
HSV(B) 297.67º 0.94% 0.85% -
XYZ 39.36 19.03 67.93 -
YUV 94.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 210 12 218 0.04 0.94 0 0.15 297.67 0.9 0.45
Hex D2 C DA 4 5E 0 F 12A 5A 2D
Octal 322 14 332 4 136 0 17 452 132 55
Binary 11010010 1100 11011010 100 1011110 0 1111 100101010 1011010 101101

Color Harmonies of #D20CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CDA

Black with #D20CDA

Text Example


Text Example

White with #D20CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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