Html Css Color HEX #D215DC Deep Magenta

📋 copy color: '#D215DC'

red 210 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #D215DC

Tints of Deep Magenta #D215DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 46.56%
G = 4.66%
B = 48.78%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D215DC (or 0xD215DC) is known color: Deep Magenta. HEX triplet: D2, 15 and DC. RGB value is (210,21,220). Sum of RGB (Red+Green+Blue) = 210+21+220=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #D215DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215DC is #2DEA23. Grayscale: #636363. Windows color (decimal): -3009060 or 14423506. OLE color: 14423506.

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

Color convert

RGB 210 21 220 -
CMYK 0.05 0.90 0 0.14
HSL 296.98º 0.83% 0.47% -
HSV(B) 296.98º 0.9% 0.86% -
XYZ 39.76 19.41 69.36 -
YUV 100.2 195.62 206.32 -
System Red Green Blue C M Y K H S L
Decimal 210 21 220 0.05 0.90 0 0.14 296.98 0.83 0.47
Hex D2 15 DC 5 5A 0 E 129 53 2F
Octal 322 25 334 5 132 0 16 451 123 57
Binary 11010010 10101 11011100 101 1011010 0 1110 100101001 1010011 101111

Color Harmonies of #D215DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215DC

Black with #D215DC

Text Example


Text Example

White with #D215DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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