Html Css Color HEX #D900C1 Deep Magenta

📋 copy color: '#D900C1'

red 217 ◦ green 0 ◦ blue 193

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

Shades of Deep Magenta #D900C1

Tints of Deep Magenta #D900C1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.93%
G = 0%
B = 47.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D900C1 (or 0xD900C1) is known color: Deep Magenta. HEX triplet: D9, 00 and C1. RGB value is (217,0,193). Sum of RGB (Red+Green+Blue) = 217+0+193=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D900C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900C1 is #26FF3E. Grayscale: #565656. Windows color (decimal): -2555711 or 12648665. OLE color: 12648665.

HSL color Cylindrical-coordinate representation of color #D900C1: hue angle of 306.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900C1 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 193 -
CMYK 0 1 0.11 0.15
HSL 306.64º 1% 0.43% -
HSV(B) 306.64º 1% 0.85% -
XYZ 38.24 18.6 52.03 -
YUV 86.89 187.89 220.81 -
System Red Green Blue C M Y K H S L
Decimal 217 0 193 0 1 0.11 0.15 306.64 1 0.43
Hex D9 0 C1 0 64 B F 133 64 2B
Octal 331 0 301 0 144 13 17 463 144 53
Binary 11011001 0 11000001 0 1100100 1011 1111 100110011 1100100 101011

Color Harmonies of #D900C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900C1

Black with #D900C1

Text Example


Text Example

White with #D900C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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