Html Css Color HEX #D01DDC Deep Magenta

📋 copy color: '#D01DDC'

red 208 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #D01DDC

Tints of Deep Magenta #D01DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.35%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 45.51%
G = 6.35%
B = 48.14%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D01DDC (or 0xD01DDC) is known color: Deep Magenta. HEX triplet: D0, 1D and DC. RGB value is (208,29,220). Sum of RGB (Red+Green+Blue) = 208+29+220=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #D01DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DDC is #2FE223. Grayscale: #676767. Windows color (decimal): -3138084 or 14425552. OLE color: 14425552.

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

Color convert

RGB 208 29 220 -
CMYK 0.05 0.87 0 0.14
HSL 296.23º 0.77% 0.49% -
HSV(B) 296.23º 0.87% 0.86% -
XYZ 39.37 19.46 69.39 -
YUV 104.3 193.3 201.97 -
System Red Green Blue C M Y K H S L
Decimal 208 29 220 0.05 0.87 0 0.14 296.23 0.77 0.49
Hex D0 1D DC 5 57 0 E 128 4D 31
Octal 320 35 334 5 127 0 16 450 115 61
Binary 11010000 11101 11011100 101 1010111 0 1110 100101000 1001101 110001

Color Harmonies of #D01DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DDC

Black with #D01DDC

Text Example


Text Example

White with #D01DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DDC; }

 p { color: rgb(208,29,220); }

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

background-color css

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

 a { background-color: rgb(208,29,220); }

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

border-color css

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

 span { border-color: rgb(208,29,220); }

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