Html Css Color HEX #D910C2 Deep Magenta

📋 copy color: '#D910C2'

red 217 ◦ green 16 ◦ blue 194

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

Shades of Deep Magenta #D910C2

Tints of Deep Magenta #D910C2

RGB

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

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

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

R = 50.82%
G = 3.75%
B = 45.43%

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

#D910C2 (or 0xD910C2) is known color: Deep Magenta. HEX triplet: D9, 10 and C2. RGB value is (217,16,194). Sum of RGB (Red+Green+Blue) = 217+16+194=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D910C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910C2 is #26EF3D. Grayscale: #5F5F5F. Windows color (decimal): -2551614 or 12718297. OLE color: 12718297.

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

Color convert

RGB 217 16 194 -
CMYK 0 0.93 0.11 0.15
HSL 306.87º 0.86% 0.46% -
HSV(B) 306.87º 0.93% 0.85% -
XYZ 38.54 19.02 52.68 -
YUV 96.39 183.09 214.03 -
System Red Green Blue C M Y K H S L
Decimal 217 16 194 0 0.93 0.11 0.15 306.87 0.86 0.46
Hex D9 10 C2 0 5D B F 133 56 2E
Octal 331 20 302 0 135 13 17 463 126 56
Binary 11011001 10000 11000010 0 1011101 1011 1111 100110011 1010110 101110

Color Harmonies of #D910C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910C2

Black with #D910C2

Text Example


Text Example

White with #D910C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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