Html Css Color HEX #D20DBE Deep Magenta

📋 copy color: '#D20DBE'

red 210 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #D20DBE

Tints of Deep Magenta #D20DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 50.85%
G = 3.15%
B = 46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D20DBE (or 0xD20DBE) is known color: Deep Magenta. HEX triplet: D2, 0D and BE. RGB value is (210,13,190). Sum of RGB (Red+Green+Blue) = 210+13+190=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DBE is #2DF241. Grayscale: #5B5B5B. Windows color (decimal): -3011138 or 12455378. OLE color: 12455378.

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

Color convert

RGB 210 13 190 -
CMYK 0 0.94 0.10 0.18
HSL 306.09º 0.88% 0.44% -
HSV(B) 306.09º 0.94% 0.82% -
XYZ 36.02 17.71 50.23 -
YUV 92.08 183.27 212.11 -
System Red Green Blue C M Y K H S L
Decimal 210 13 190 0 0.94 0.10 0.18 306.09 0.88 0.44
Hex D2 D BE 0 5E A 12 132 58 2C
Octal 322 15 276 0 136 12 22 462 130 54
Binary 11010010 1101 10111110 0 1011110 1010 10010 100110010 1011000 101100

Color Harmonies of #D20DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DBE

Black with #D20DBE

Text Example


Text Example

White with #D20DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DBE; }

 p { color: rgb(210,13,190); }

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

background-color css

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

 a { background-color: rgb(210,13,190); }

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

border-color css

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

 span { border-color: rgb(210,13,190); }

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