Html Css Color HEX #D00DD7 Deep Magenta

📋 copy color: '#D00DD7'

red 208 ◦ green 13 ◦ blue 215

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

Shades of Deep Magenta #D00DD7

Tints of Deep Magenta #D00DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.31%

R = 47.71%
G = 2.98%
B = 49.31%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D00DD7 (or 0xD00DD7) is known color: Deep Magenta. HEX triplet: D0, 0D and D7. RGB value is (208,13,215). Sum of RGB (Red+Green+Blue) = 208+13+215=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #D00DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DD7 is #2FF228. Grayscale: #5D5D5D. Windows color (decimal): -3142185 or 14093776. OLE color: 14093776.

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

Color convert

RGB 208 13 215 -
CMYK 0.03 0.94 0 0.16
HSL 297.92º 0.89% 0.45% -
HSV(B) 297.92º 0.94% 0.84% -
XYZ 38.42 18.6 65.86 -
YUV 94.33 196.1 209.07 -
System Red Green Blue C M Y K H S L
Decimal 208 13 215 0.03 0.94 0 0.16 297.92 0.89 0.45
Hex D0 D D7 3 5E 0 10 12A 59 2D
Octal 320 15 327 3 136 0 20 452 131 55
Binary 11010000 1101 11010111 11 1011110 0 10000 100101010 1011001 101101

Color Harmonies of #D00DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DD7

Black with #D00DD7

Text Example


Text Example

White with #D00DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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