Html Css Color HEX #D904DB Deep Magenta

📋 copy color: '#D904DB'

red 217 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #D904DB

Tints of Deep Magenta #D904DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 49.32%
G = 0.91%
B = 49.77%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D904DB (or 0xD904DB) is known color: Deep Magenta. HEX triplet: D9, 04 and DB. RGB value is (217,4,219). Sum of RGB (Red+Green+Blue) = 217+4+219=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D904DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904DB is #26FB24. Grayscale: #5B5B5B. Windows color (decimal): -2554661 or 14353625. OLE color: 14353625.

HSL color Cylindrical-coordinate representation of color #D904DB: hue angle of 299.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904DB is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 4 219 -
CMYK 0.01 0.98 0 0.14
HSL 299.44º 0.96% 0.44% -
HSV(B) 299.44º 0.98% 0.86% -
XYZ 41.44 19.95 68.68 -
YUV 92.2 199.57 217.02 -
System Red Green Blue C M Y K H S L
Decimal 217 4 219 0.01 0.98 0 0.14 299.44 0.96 0.44
Hex D9 4 DB 1 62 0 E 12B 60 2C
Octal 331 4 333 1 142 0 16 453 140 54
Binary 11011001 100 11011011 1 1100010 0 1110 100101011 1100000 101100

Color Harmonies of #D904DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D904DB

Black with #D904DB

Text Example


Text Example

White with #D904DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D904DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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