Html Css Color HEX #D01DDA Deep Magenta

📋 copy color: '#D01DDA'

red 208 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #D01DDA

Tints of Deep Magenta #D01DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 45.71%
G = 6.37%
B = 47.91%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D01DDA (or 0xD01DDA) is known color: Deep Magenta. HEX triplet: D0, 1D and DA. RGB value is (208,29,218). Sum of RGB (Red+Green+Blue) = 208+29+218=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #D01DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DDA is #2FE225. Grayscale: #676767. Windows color (decimal): -3138086 or 14294480. OLE color: 14294480.

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

Color convert

RGB 208 29 218 -
CMYK 0.05 0.87 0 0.15
HSL 296.83º 0.77% 0.48% -
HSV(B) 296.83º 0.87% 0.85% -
XYZ 39.11 19.35 68 -
YUV 104.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 208 29 218 0.05 0.87 0 0.15 296.83 0.77 0.48
Hex D0 1D DA 5 57 0 F 129 4D 30
Octal 320 35 332 5 127 0 17 451 115 60
Binary 11010000 11101 11011010 101 1010111 0 1111 100101001 1001101 110000

Color Harmonies of #D01DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DDA

Black with #D01DDA

Text Example


Text Example

White with #D01DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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