Html Css Color HEX #D601DB Deep Magenta

📋 copy color: '#D601DB'

red 214 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #D601DB

Tints of Deep Magenta #D601DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 49.31%
G = 0.23%
B = 50.46%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D601DB (or 0xD601DB) is known color: Deep Magenta. HEX triplet: D6, 01 and DB. RGB value is (214,1,219). Sum of RGB (Red+Green+Blue) = 214+1+219=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #D601DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601DB is #29FE24. Grayscale: #585858. Windows color (decimal): -2752037 or 14352854. OLE color: 14352854.

HSL color Cylindrical-coordinate representation of color #D601DB: hue angle of 298.62º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601DB is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 1 219 -
CMYK 0.02 1.00 0 0.14
HSL 298.62º 0.99% 0.43% -
HSV(B) 298.62º 1% 0.86% -
XYZ 40.53 19.43 68.63 -
YUV 89.54 201.07 216.77 -
System Red Green Blue C M Y K H S L
Decimal 214 1 219 0.02 1.00 0 0.14 298.62 0.99 0.43
Hex D6 1 DB 2 64 0 E 12B 63 2B
Octal 326 1 333 2 144 0 16 453 143 53
Binary 11010110 1 11011011 10 1100100 0 1110 100101011 1100011 101011

Color Harmonies of #D601DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601DB

Black with #D601DB

Text Example


Text Example

White with #D601DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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