Html Css Color HEX #D01EDB Deep Magenta

📋 copy color: '#D01EDB'

red 208 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #D01EDB

Tints of Deep Magenta #D01EDB

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

 GREEN value IS 30 (12.11% from 255) = 6.56%

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

R = 45.51%
G = 6.56%
B = 47.92%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D01EDB (or 0xD01EDB) is known color: Deep Magenta. HEX triplet: D0, 1E and DB. RGB value is (208,30,219). Sum of RGB (Red+Green+Blue) = 208+30+219=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #D01EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EDB is #2FE124. Grayscale: #686868. Windows color (decimal): -3137829 or 14360272. OLE color: 14360272.

HSL color Cylindrical-coordinate representation of color #D01EDB: hue angle of 296.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EDB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 30 219 -
CMYK 0.05 0.86 0 0.14
HSL 296.51º 0.76% 0.49% -
HSV(B) 296.51º 0.86% 0.86% -
XYZ 39.26 19.45 68.7 -
YUV 104.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 208 30 219 0.05 0.86 0 0.14 296.51 0.76 0.49
Hex D0 1E DB 5 56 0 E 129 4C 31
Octal 320 36 333 5 126 0 16 451 114 61
Binary 11010000 11110 11011011 101 1010110 0 1110 100101001 1001100 110001

Color Harmonies of #D01EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EDB

Black with #D01EDB

Text Example


Text Example

White with #D01EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EDB; }

 p { color: rgb(208,30,219); }

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

background-color css

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

 a { background-color: rgb(208,30,219); }

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

border-color css

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

 span { border-color: rgb(208,30,219); }

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