Html Css Color HEX #D900DE Deep Magenta

📋 copy color: '#D900DE'

red 217 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #D900DE

Tints of Deep Magenta #D900DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 49.43%
G = 0%
B = 50.57%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D900DE (or 0xD900DE) is known color: Deep Magenta. HEX triplet: D9, 00 and DE. RGB value is (217,0,222). Sum of RGB (Red+Green+Blue) = 217+0+222=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #D900DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900DE is #26FF21. Grayscale: #595959. Windows color (decimal): -2555682 or 14549209. OLE color: 14549209.

HSL color Cylindrical-coordinate representation of color #D900DE: hue angle of 298.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900DE is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 0 222 -
CMYK 0.02 1 0 0.13
HSL 298.65º 1% 0.44% -
HSV(B) 298.65º 1% 0.87% -
XYZ 41.8 20.03 70.77 -
YUV 90.19 202.39 218.45 -
System Red Green Blue C M Y K H S L
Decimal 217 0 222 0.02 1 0 0.13 298.65 1 0.44
Hex D9 0 DE 2 64 0 D 12B 64 2C
Octal 331 0 336 2 144 0 15 453 144 54
Binary 11011001 0 11011110 10 1100100 0 1101 100101011 1100100 101100

Color Harmonies of #D900DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900DE

Black with #D900DE

Text Example


Text Example

White with #D900DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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