Html Css Color HEX #D20EBA Deep Magenta

📋 copy color: '#D20EBA'

red 210 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #D20EBA

Tints of Deep Magenta #D20EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.41%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 51.22%
G = 3.41%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D20EBA (or 0xD20EBA) is known color: Deep Magenta. HEX triplet: D2, 0E and BA. RGB value is (210,14,186). Sum of RGB (Red+Green+Blue) = 210+14+186=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EBA is #2DF145. Grayscale: #5B5B5B. Windows color (decimal): -3010886 or 12193490. OLE color: 12193490.

HSL color Cylindrical-coordinate representation of color #D20EBA: hue angle of 307.35º degrees, saturation: 0.88, 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 #D20EBA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 186 -
CMYK 0 0.93 0.11 0.18
HSL 307.35º 0.88% 0.44% -
HSV(B) 307.35º 0.93% 0.82% -
XYZ 35.6 17.56 47.97 -
YUV 92.21 180.93 212.01 -
System Red Green Blue C M Y K H S L
Decimal 210 14 186 0 0.93 0.11 0.18 307.35 0.88 0.44
Hex D2 E BA 0 5D B 12 133 58 2C
Octal 322 16 272 0 135 13 22 463 130 54
Binary 11010010 1110 10111010 0 1011101 1011 10010 100110011 1011000 101100

Color Harmonies of #D20EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EBA

Black with #D20EBA

Text Example


Text Example

White with #D20EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EBA; }

 p { color: rgb(210,14,186); }

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

background-color css

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

 a { background-color: rgb(210,14,186); }

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

border-color css

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

 span { border-color: rgb(210,14,186); }

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