Html Css Color HEX #D910C1 Deep Magenta

📋 copy color: '#D910C1'

red 217 ◦ green 16 ◦ blue 193

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

Shades of Deep Magenta #D910C1

Tints of Deep Magenta #D910C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.31%

R = 50.94%
G = 3.76%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D910C1 (or 0xD910C1) is known color: Deep Magenta. HEX triplet: D9, 10 and C1. RGB value is (217,16,193). Sum of RGB (Red+Green+Blue) = 217+16+193=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D910C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910C1 is #26EF3E. Grayscale: #5F5F5F. Windows color (decimal): -2551615 or 12652761. OLE color: 12652761.

HSL color Cylindrical-coordinate representation of color #D910C1: hue angle of 307.16º 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 #D910C1 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 193 -
CMYK 0 0.93 0.11 0.15
HSL 307.16º 0.86% 0.46% -
HSV(B) 307.16º 0.93% 0.85% -
XYZ 38.43 18.97 52.09 -
YUV 96.28 182.59 214.11 -
System Red Green Blue C M Y K H S L
Decimal 217 16 193 0 0.93 0.11 0.15 307.16 0.86 0.46
Hex D9 10 C1 0 5D B F 133 56 2E
Octal 331 20 301 0 135 13 17 463 126 56
Binary 11011001 10000 11000001 0 1011101 1011 1111 100110011 1010110 101110

Color Harmonies of #D910C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910C1

Black with #D910C1

Text Example


Text Example

White with #D910C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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