Html Css Color HEX #D217DD Deep Magenta

📋 copy color: '#D217DD'

red 210 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #D217DD

Tints of Deep Magenta #D217DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.07%

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

R = 46.26%
G = 5.07%
B = 48.68%

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

#D217DD (or 0xD217DD) is known color: Deep Magenta. HEX triplet: D2, 17 and DD. RGB value is (210,23,221). Sum of RGB (Red+Green+Blue) = 210+23+221=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #D217DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217DD is #2DE822. Grayscale: #646464. Windows color (decimal): -3008547 or 14489554. OLE color: 14489554.

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

Color convert

RGB 210 23 221 -
CMYK 0.05 0.90 0 0.13
HSL 296.67º 0.81% 0.48% -
HSV(B) 296.67º 0.9% 0.87% -
XYZ 39.94 19.53 70.07 -
YUV 101.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 210 23 221 0.05 0.90 0 0.13 296.67 0.81 0.48
Hex D2 17 DD 5 5A 0 D 129 51 30
Octal 322 27 335 5 132 0 15 451 121 60
Binary 11010010 10111 11011101 101 1011010 0 1101 100101001 1010001 110000

Color Harmonies of #D217DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217DD

Black with #D217DD

Text Example


Text Example

White with #D217DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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