Html Css Color HEX #D217C2 Deep Magenta

📋 copy color: '#D217C2'

red 210 ◦ green 23 ◦ blue 194

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

Shades of Deep Magenta #D217C2

Tints of Deep Magenta #D217C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.43%

R = 49.18%
G = 5.39%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D217C2 (or 0xD217C2) is known color: Deep Magenta. HEX triplet: D2, 17 and C2. RGB value is (210,23,194). Sum of RGB (Red+Green+Blue) = 210+23+194=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D217C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217C2 is #2DE83D. Grayscale: #616161. Windows color (decimal): -3008574 or 12720082. OLE color: 12720082.

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

Color convert

RGB 210 23 194 -
CMYK 0 0.89 0.08 0.18
HSL 305.13º 0.8% 0.46% -
HSV(B) 305.13º 0.89% 0.82% -
XYZ 36.62 18.21 52.62 -
YUV 98.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 210 23 194 0 0.89 0.08 0.18 305.13 0.8 0.46
Hex D2 17 C2 0 59 8 12 131 50 2E
Octal 322 27 302 0 131 10 22 461 120 56
Binary 11010010 10111 11000010 0 1011001 1000 10010 100110001 1010000 101110

Color Harmonies of #D217C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217C2

Black with #D217C2

Text Example


Text Example

White with #D217C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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