Html Css Color HEX #D217D3 Deep Magenta

📋 copy color: '#D217D3'

red 210 ◦ green 23 ◦ blue 211

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

Shades of Deep Magenta #D217D3

Tints of Deep Magenta #D217D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.52%

R = 47.3%
G = 5.18%
B = 47.52%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D217D3 (or 0xD217D3) is known color: Deep Magenta. HEX triplet: D2, 17 and D3. RGB value is (210,23,211). Sum of RGB (Red+Green+Blue) = 210+23+211=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 211 - color contains mainly: blue. Hex color #D217D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217D3 is #2DE82C. Grayscale: #636363. Windows color (decimal): -3008557 or 13834194. OLE color: 13834194.

HSL color Cylindrical-coordinate representation of color #D217D3: hue angle of 299.68º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D217D3 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 23 211 -
CMYK 0.00 0.89 0 0.17
HSL 299.68º 0.8% 0.46% -
HSV(B) 299.68º 0.89% 0.83% -
XYZ 38.64 19.02 63.26 -
YUV 100.35 190.45 206.21 -
System Red Green Blue C M Y K H S L
Decimal 210 23 211 0.00 0.89 0 0.17 299.68 0.8 0.46
Hex D2 17 D3 0 59 0 11 12C 50 2E
Octal 322 27 323 0 131 0 21 454 120 56
Binary 11010010 10111 11010011 0 1011001 0 10001 100101100 1010000 101110

Color Harmonies of #D217D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217D3

Black with #D217D3

Text Example


Text Example

White with #D217D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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