Html Css Color HEX #D215E1 Deep Magenta

📋 copy color: '#D215E1'

red 210 ◦ green 21 ◦ blue 225

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

Shades of Deep Magenta #D215E1

Tints of Deep Magenta #D215E1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.61%

 BLUE value IS 225 (88.28% from 255) = 49.34%

R = 46.05%
G = 4.61%
B = 49.34%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D215E1 (or 0xD215E1) is known color: Deep Magenta. HEX triplet: D2, 15 and E1. RGB value is (210,21,225). Sum of RGB (Red+Green+Blue) = 210+21+225=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #D215E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215E1 is #2DEA1E. Grayscale: #646464. Windows color (decimal): -3009055 or 14751186. OLE color: 14751186.

HSL color Cylindrical-coordinate representation of color #D215E1: hue angle of 295.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D215E1 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 21 225 -
CMYK 0.07 0.91 0 0.12
HSL 295.59º 0.83% 0.48% -
HSV(B) 295.59º 0.91% 0.88% -
XYZ 40.44 19.67 72.9 -
YUV 100.77 198.12 205.91 -
System Red Green Blue C M Y K H S L
Decimal 210 21 225 0.07 0.91 0 0.12 295.59 0.83 0.48
Hex D2 15 E1 7 5B 0 C 128 53 30
Octal 322 25 341 7 133 0 14 450 123 60
Binary 11010010 10101 11100001 111 1011011 0 1100 100101000 1010011 110000

Color Harmonies of #D215E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215E1

Black with #D215E1

Text Example


Text Example

White with #D215E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215E1; }

 p { color: rgb(210,21,225); }

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

background-color css

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

 a { background-color: rgb(210,21,225); }

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

border-color css

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

 span { border-color: rgb(210,21,225); }

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