Html Css Color HEX #D00DDA Deep Magenta

📋 copy color: '#D00DDA'

red 208 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #D00DDA

Tints of Deep Magenta #D00DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.96%

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

R = 47.38%
G = 2.96%
B = 49.66%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D00DDA (or 0xD00DDA) is known color: Deep Magenta. HEX triplet: D0, 0D and DA. RGB value is (208,13,218). Sum of RGB (Red+Green+Blue) = 208+13+218=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #D00DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DDA is #2FF225. Grayscale: #5E5E5E. Windows color (decimal): -3142182 or 14290384. OLE color: 14290384.

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

Color convert

RGB 208 13 218 -
CMYK 0.05 0.94 0 0.15
HSL 297.07º 0.89% 0.45% -
HSV(B) 297.07º 0.94% 0.85% -
XYZ 38.81 18.76 67.91 -
YUV 94.68 197.6 208.83 -
System Red Green Blue C M Y K H S L
Decimal 208 13 218 0.05 0.94 0 0.15 297.07 0.89 0.45
Hex D0 D DA 5 5E 0 F 129 59 2D
Octal 320 15 332 5 136 0 17 451 131 55
Binary 11010000 1101 11011010 101 1011110 0 1111 100101001 1011001 101101

Color Harmonies of #D00DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DDA

Black with #D00DDA

Text Example


Text Example

White with #D00DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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