Html Css Color HEX #D20CDD Deep Magenta

📋 copy color: '#D20CDD'

red 210 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #D20CDD

Tints of Deep Magenta #D20CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 47.4%
G = 2.71%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D20CDD (or 0xD20CDD) is known color: Deep Magenta. HEX triplet: D2, 0C and DD. RGB value is (210,12,221). Sum of RGB (Red+Green+Blue) = 210+12+221=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #D20CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CDD is #2DF322. Grayscale: #5E5E5E. Windows color (decimal): -3011363 or 14486738. OLE color: 14486738.

HSL color Cylindrical-coordinate representation of color #D20CDD: hue angle of 296.84º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20CDD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 12 221 -
CMYK 0.05 0.95 0 0.13
HSL 296.84º 0.9% 0.46% -
HSV(B) 296.84º 0.95% 0.87% -
XYZ 39.76 19.19 70.01 -
YUV 95.03 199.1 210.01 -
System Red Green Blue C M Y K H S L
Decimal 210 12 221 0.05 0.95 0 0.13 296.84 0.9 0.46
Hex D2 C DD 5 5F 0 D 129 5A 2E
Octal 322 14 335 5 137 0 15 451 132 56
Binary 11010010 1100 11011101 101 1011111 0 1101 100101001 1011010 101110

Color Harmonies of #D20CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CDD

Black with #D20CDD

Text Example


Text Example

White with #D20CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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