Html Css Color HEX #D217CC Deep Magenta

📋 copy color: '#D217CC'

red 210 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #D217CC

Tints of Deep Magenta #D217CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 48.05%
G = 5.26%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D217CC (or 0xD217CC) is known color: Deep Magenta. HEX triplet: D2, 17 and CC. RGB value is (210,23,204). Sum of RGB (Red+Green+Blue) = 210+23+204=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D217CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217CC is #2DE833. Grayscale: #636363. Windows color (decimal): -3008564 or 13375442. OLE color: 13375442.

HSL color Cylindrical-coordinate representation of color #D217CC: hue angle of 301.93º 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 #D217CC is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 23 204 -
CMYK 0 0.89 0.03 0.18
HSL 301.93º 0.8% 0.46% -
HSV(B) 301.93º 0.89% 0.82% -
XYZ 37.78 18.67 58.74 -
YUV 99.55 186.95 206.78 -
System Red Green Blue C M Y K H S L
Decimal 210 23 204 0 0.89 0.03 0.18 301.93 0.8 0.46
Hex D2 17 CC 0 59 3 12 12E 50 2E
Octal 322 27 314 0 131 3 22 456 120 56
Binary 11010010 10111 11001100 0 1011001 11 10010 100101110 1010000 101110

Color Harmonies of #D217CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217CC

Black with #D217CC

Text Example


Text Example

White with #D217CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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