Html Css Color HEX #D604DB Deep Magenta

📋 copy color: '#D604DB'

red 214 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #D604DB

Tints of Deep Magenta #D604DB

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

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

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

R = 48.97%
G = 0.92%
B = 50.11%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D604DB (or 0xD604DB) is known color: Deep Magenta. HEX triplet: D6, 04 and DB. RGB value is (214,4,219). Sum of RGB (Red+Green+Blue) = 214+4+219=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #D604DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604DB is #29FB24. Grayscale: #5A5A5A. Windows color (decimal): -2751269 or 14353622. OLE color: 14353622.

HSL color Cylindrical-coordinate representation of color #D604DB: hue angle of 298.6º 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 #D604DB is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 4 219 -
CMYK 0.02 0.98 0 0.14
HSL 298.6º 0.96% 0.44% -
HSV(B) 298.6º 0.98% 0.86% -
XYZ 40.56 19.5 68.64 -
YUV 91.3 200.07 215.52 -
System Red Green Blue C M Y K H S L
Decimal 214 4 219 0.02 0.98 0 0.14 298.6 0.96 0.44
Hex D6 4 DB 2 62 0 E 12B 60 2C
Octal 326 4 333 2 142 0 16 453 140 54
Binary 11010110 100 11011011 10 1100010 0 1110 100101011 1100000 101100

Color Harmonies of #D604DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604DB

Black with #D604DB

Text Example


Text Example

White with #D604DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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