Html Css Color HEX #D910C5 Deep Magenta

📋 copy color: '#D910C5'

red 217 ◦ green 16 ◦ blue 197

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

Shades of Deep Magenta #D910C5

Tints of Deep Magenta #D910C5

RGB

 RED value IS 217 (85.16% from 255) = 50.47%

 GREEN value IS 16 (6.64% from 255) = 3.72%

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 50.47%
G = 3.72%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D910C5 (or 0xD910C5) is known color: Deep Magenta. HEX triplet: D9, 10 and C5. RGB value is (217,16,197). Sum of RGB (Red+Green+Blue) = 217+16+197=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D910C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910C5 is #26EF3A. Grayscale: #606060. Windows color (decimal): -2551611 or 12914905. OLE color: 12914905.

HSL color Cylindrical-coordinate representation of color #D910C5: hue angle of 305.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910C5 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 197 -
CMYK 0 0.93 0.09 0.15
HSL 305.97º 0.86% 0.46% -
HSV(B) 305.97º 0.93% 0.85% -
XYZ 38.88 19.15 54.47 -
YUV 96.73 184.59 213.78 -
System Red Green Blue C M Y K H S L
Decimal 217 16 197 0 0.93 0.09 0.15 305.97 0.86 0.46
Hex D9 10 C5 0 5D 9 F 132 56 2E
Octal 331 20 305 0 135 11 17 462 126 56
Binary 11011001 10000 11000101 0 1011101 1001 1111 100110010 1010110 101110

Color Harmonies of #D910C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910C5

Black with #D910C5

Text Example


Text Example

White with #D910C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910C5; }

 p { color: rgb(217,16,197); }

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

background-color css

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

 a { background-color: rgb(217,16,197); }

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

border-color css

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

 span { border-color: rgb(217,16,197); }

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