Html Css Color HEX #D20EBB Deep Magenta

📋 copy color: '#D20EBB'

red 210 ◦ green 14 ◦ blue 187

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

Shades of Deep Magenta #D20EBB

Tints of Deep Magenta #D20EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 51.09%
G = 3.41%
B = 45.5%

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

#D20EBB (or 0xD20EBB) is known color: Deep Magenta. HEX triplet: D2, 0E and BB. RGB value is (210,14,187). Sum of RGB (Red+Green+Blue) = 210+14+187=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EBB is #2DF144. Grayscale: #5B5B5B. Windows color (decimal): -3010885 or 12259026. OLE color: 12259026.

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

Color convert

RGB 210 14 187 -
CMYK 0 0.93 0.11 0.18
HSL 307.04º 0.88% 0.44% -
HSV(B) 307.04º 0.93% 0.82% -
XYZ 35.71 17.6 48.53 -
YUV 92.33 181.43 211.93 -
System Red Green Blue C M Y K H S L
Decimal 210 14 187 0 0.93 0.11 0.18 307.04 0.88 0.44
Hex D2 E BB 0 5D B 12 133 58 2C
Octal 322 16 273 0 135 13 22 463 130 54
Binary 11010010 1110 10111011 0 1011101 1011 10010 100110011 1011000 101100

Color Harmonies of #D20EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EBB

Black with #D20EBB

Text Example


Text Example

White with #D20EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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