Html Css Color HEX #D01EDD Deep Magenta

📋 copy color: '#D01EDD'

red 208 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #D01EDD

Tints of Deep Magenta #D01EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 45.32%
G = 6.54%
B = 48.15%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D01EDD (or 0xD01EDD) is known color: Deep Magenta. HEX triplet: D0, 1E and DD. RGB value is (208,30,221). Sum of RGB (Red+Green+Blue) = 208+30+221=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #D01EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EDD is #2FE122. Grayscale: #686868. Windows color (decimal): -3137827 or 14491344. OLE color: 14491344.

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

Color convert

RGB 208 30 221 -
CMYK 0.06 0.86 0 0.13
HSL 295.92º 0.76% 0.49% -
HSV(B) 295.92º 0.86% 0.87% -
XYZ 39.53 19.56 70.1 -
YUV 105 193.47 201.47 -
System Red Green Blue C M Y K H S L
Decimal 208 30 221 0.06 0.86 0 0.13 295.92 0.76 0.49
Hex D0 1E DD 6 56 0 D 128 4C 31
Octal 320 36 335 6 126 0 15 450 114 61
Binary 11010000 11110 11011101 110 1010110 0 1101 100101000 1001100 110001

Color Harmonies of #D01EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EDD

Black with #D01EDD

Text Example


Text Example

White with #D01EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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