Html Css Color HEX #D20FCA Deep Magenta

📋 copy color: '#D20FCA'

red 210 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #D20FCA

Tints of Deep Magenta #D20FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.51%

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 49.18%
G = 3.51%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D20FCA (or 0xD20FCA) is known color: Deep Magenta. HEX triplet: D2, 0F and CA. RGB value is (210,15,202). Sum of RGB (Red+Green+Blue) = 210+15+202=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FCA is #2DF035. Grayscale: #5E5E5E. Windows color (decimal): -3010614 or 13242322. OLE color: 13242322.

HSL color Cylindrical-coordinate representation of color #D20FCA: hue angle of 302.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FCA is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 15 202 -
CMYK 0 0.93 0.04 0.18
HSL 302.46º 0.87% 0.44% -
HSV(B) 302.46º 0.93% 0.82% -
XYZ 37.41 18.31 57.44 -
YUV 94.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 210 15 202 0 0.93 0.04 0.18 302.46 0.87 0.44
Hex D2 F CA 0 5D 4 12 12E 57 2C
Octal 322 17 312 0 135 4 22 456 127 54
Binary 11010010 1111 11001010 0 1011101 100 10010 100101110 1010111 101100

Color Harmonies of #D20FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FCA

Black with #D20FCA

Text Example


Text Example

White with #D20FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FCA; }

 p { color: rgb(210,15,202); }

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

background-color css

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

 a { background-color: rgb(210,15,202); }

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

border-color css

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

 span { border-color: rgb(210,15,202); }

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