Html Css Color HEX #D21EBC Deep Magenta

📋 copy color: '#D21EBC'

red 210 ◦ green 30 ◦ blue 188

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

Shades of Deep Magenta #D21EBC

Tints of Deep Magenta #D21EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.01%

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 49.07%
G = 7.01%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D21EBC (or 0xD21EBC) is known color: Deep Magenta. HEX triplet: D2, 1E and BC. RGB value is (210,30,188). Sum of RGB (Red+Green+Blue) = 210+30+188=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EBC is #2DE143. Grayscale: #656565. Windows color (decimal): -3006788 or 12328658. OLE color: 12328658.

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

Color convert

RGB 210 30 188 -
CMYK 0 0.86 0.10 0.18
HSL 307.33º 0.75% 0.47% -
HSV(B) 307.33º 0.86% 0.82% -
XYZ 36.12 18.26 49.2 -
YUV 101.83 176.63 205.15 -
System Red Green Blue C M Y K H S L
Decimal 210 30 188 0 0.86 0.10 0.18 307.33 0.75 0.47
Hex D2 1E BC 0 56 A 12 133 4B 2F
Octal 322 36 274 0 126 12 22 463 113 57
Binary 11010010 11110 10111100 0 1010110 1010 10010 100110011 1001011 101111

Color Harmonies of #D21EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EBC

Black with #D21EBC

Text Example


Text Example

White with #D21EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EBC; }

 p { color: rgb(210,30,188); }

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

background-color css

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

 a { background-color: rgb(210,30,188); }

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

border-color css

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

 span { border-color: rgb(210,30,188); }

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