Html Css Color HEX #D215DD Deep Magenta

📋 copy color: '#D215DD'

red 210 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #D215DD

Tints of Deep Magenta #D215DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 46.46%
G = 4.65%
B = 48.89%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D215DD (or 0xD215DD) is known color: Deep Magenta. HEX triplet: D2, 15 and DD. RGB value is (210,21,221). Sum of RGB (Red+Green+Blue) = 210+21+221=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D215DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215DD is #2DEA22. Grayscale: #636363. Windows color (decimal): -3009059 or 14489042. OLE color: 14489042.

HSL color Cylindrical-coordinate representation of color #D215DD: hue angle of 296.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D215DD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 21 221 -
CMYK 0.05 0.90 0 0.13
HSL 296.7º 0.83% 0.47% -
HSV(B) 296.7º 0.9% 0.87% -
XYZ 39.9 19.46 70.06 -
YUV 100.31 196.12 206.24 -
System Red Green Blue C M Y K H S L
Decimal 210 21 221 0.05 0.90 0 0.13 296.7 0.83 0.47
Hex D2 15 DD 5 5A 0 D 129 53 2F
Octal 322 25 335 5 132 0 15 451 123 57
Binary 11010010 10101 11011101 101 1011010 0 1101 100101001 1010011 101111

Color Harmonies of #D215DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215DD

Black with #D215DD

Text Example


Text Example

White with #D215DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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