Html Css Color HEX #D01DD5 Deep Magenta

📋 copy color: '#D01DD5'

red 208 ◦ green 29 ◦ blue 213

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

Shades of Deep Magenta #D01DD5

Tints of Deep Magenta #D01DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 46.22%
G = 6.44%
B = 47.33%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D01DD5 (or 0xD01DD5) is known color: Deep Magenta. HEX triplet: D0, 1D and D5. RGB value is (208,29,213). Sum of RGB (Red+Green+Blue) = 208+29+213=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #D01DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DD5 is #2FE22A. Grayscale: #666666. Windows color (decimal): -3138091 or 13966800. OLE color: 13966800.

HSL color Cylindrical-coordinate representation of color #D01DD5: hue angle of 298.37º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DD5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 29 213 -
CMYK 0.02 0.86 0 0.16
HSL 298.37º 0.76% 0.47% -
HSV(B) 298.37º 0.86% 0.84% -
XYZ 38.46 19.09 64.61 -
YUV 103.5 189.8 202.54 -
System Red Green Blue C M Y K H S L
Decimal 208 29 213 0.02 0.86 0 0.16 298.37 0.76 0.47
Hex D0 1D D5 2 56 0 10 12A 4C 2F
Octal 320 35 325 2 126 0 20 452 114 57
Binary 11010000 11101 11010101 10 1010110 0 10000 100101010 1001100 101111

Color Harmonies of #D01DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DD5

Black with #D01DD5

Text Example


Text Example

White with #D01DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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