Html Css Color HEX #D417C6 Deep Magenta

📋 copy color: '#D417C6'

red 212 ◦ green 23 ◦ blue 198

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

Shades of Deep Magenta #D417C6

Tints of Deep Magenta #D417C6

RGB

 RED value IS 212 (83.2% from 255) = 48.96%

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

 BLUE value IS 198 (77.73% from 255) = 45.73%

R = 48.96%
G = 5.31%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D417C6 (or 0xD417C6) is known color: Deep Magenta. HEX triplet: D4, 17 and C6. RGB value is (212,23,198). Sum of RGB (Red+Green+Blue) = 212+23+198=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D417C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417C6 is #2BE839. Grayscale: #626262. Windows color (decimal): -2877498 or 12982228. OLE color: 12982228.

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

Color convert

RGB 212 23 198 -
CMYK 0 0.89 0.07 0.17
HSL 304.44º 0.8% 0.46% -
HSV(B) 304.44º 0.89% 0.83% -
XYZ 37.65 18.69 55.05 -
YUV 99.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 212 23 198 0 0.89 0.07 0.17 304.44 0.8 0.46
Hex D4 17 C6 0 59 7 11 130 50 2E
Octal 324 27 306 0 131 7 21 460 120 56
Binary 11010100 10111 11000110 0 1011001 111 10001 100110000 1010000 101110

Color Harmonies of #D417C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417C6

Black with #D417C6

Text Example


Text Example

White with #D417C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417C6; }

 p { color: rgb(212,23,198); }

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

background-color css

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

 a { background-color: rgb(212,23,198); }

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

border-color css

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

 span { border-color: rgb(212,23,198); }

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