Html Css Color HEX #D904E4 Deep Magenta

📋 copy color: '#D904E4'

red 217 ◦ green 4 ◦ blue 228

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

Shades of Deep Magenta #D904E4

Tints of Deep Magenta #D904E4

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

 BLUE value IS 228 (89.45% from 255) = 50.78%

R = 48.33%
G = 0.89%
B = 50.78%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D904E4 (or 0xD904E4) is known color: Deep Magenta. HEX triplet: D9, 04 and E4. RGB value is (217,4,228). Sum of RGB (Red+Green+Blue) = 217+4+228=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #D904E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904E4 is #26FB1B. Grayscale: #5C5C5C. Windows color (decimal): -2554652 or 14943449. OLE color: 14943449.

HSL color Cylindrical-coordinate representation of color #D904E4: hue angle of 297.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904E4 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 4 228 -
CMYK 0.05 0.98 0 0.11
HSL 297.05º 0.97% 0.45% -
HSV(B) 297.05º 0.98% 0.89% -
XYZ 42.66 20.44 75.1 -
YUV 93.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 217 4 228 0.05 0.98 0 0.11 297.05 0.97 0.45
Hex D9 4 E4 5 62 0 B 129 61 2D
Octal 331 4 344 5 142 0 13 451 141 55
Binary 11011001 100 11100100 101 1100010 0 1011 100101001 1100001 101101

Color Harmonies of #D904E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D904E4

Black with #D904E4

Text Example


Text Example

White with #D904E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D904E4; }

 p { color: rgb(217,4,228); }

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

background-color css

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

 a { background-color: rgb(217,4,228); }

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

border-color css

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

 span { border-color: rgb(217,4,228); }

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