Html Css Color HEX #D215E5 Deep Magenta

📋 copy color: '#D215E5'

red 210 ◦ green 21 ◦ blue 229

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

Shades of Deep Magenta #D215E5

Tints of Deep Magenta #D215E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.78%

R = 45.65%
G = 4.57%
B = 49.78%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D215E5 (or 0xD215E5) is known color: Deep Magenta. HEX triplet: D2, 15 and E5. RGB value is (210,21,229). Sum of RGB (Red+Green+Blue) = 210+21+229=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #D215E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215E5 is #2DEA1A. Grayscale: #646464. Windows color (decimal): -3009051 or 15013330. OLE color: 15013330.

HSL color Cylindrical-coordinate representation of color #D215E5: hue angle of 294.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D215E5 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 21 229 -
CMYK 0.08 0.91 0 0.10
HSL 294.52º 0.83% 0.49% -
HSV(B) 294.52º 0.91% 0.9% -
XYZ 40.99 19.9 75.81 -
YUV 101.22 200.12 205.59 -
System Red Green Blue C M Y K H S L
Decimal 210 21 229 0.08 0.91 0 0.10 294.52 0.83 0.49
Hex D2 15 E5 8 5B 0 A 127 53 31
Octal 322 25 345 10 133 0 12 447 123 61
Binary 11010010 10101 11100101 1000 1011011 0 1010 100100111 1010011 110001

Color Harmonies of #D215E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215E5

Black with #D215E5

Text Example


Text Example

White with #D215E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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