Html Css Color HEX #D01DD7 Deep Magenta

📋 copy color: '#D01DD7'

red 208 ◦ green 29 ◦ blue 215

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

Shades of Deep Magenta #D01DD7

Tints of Deep Magenta #D01DD7

RGB

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

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

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

R = 46.02%
G = 6.42%
B = 47.57%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D01DD7 (or 0xD01DD7) is known color: Deep Magenta. HEX triplet: D0, 1D and D7. RGB value is (208,29,215). Sum of RGB (Red+Green+Blue) = 208+29+215=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #D01DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DD7 is #2FE228. Grayscale: #676767. Windows color (decimal): -3138089 or 14097872. OLE color: 14097872.

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

Color convert

RGB 208 29 215 -
CMYK 0.03 0.87 0 0.16
HSL 297.74º 0.76% 0.48% -
HSV(B) 297.74º 0.87% 0.84% -
XYZ 38.72 19.19 65.95 -
YUV 103.73 190.8 202.38 -
System Red Green Blue C M Y K H S L
Decimal 208 29 215 0.03 0.87 0 0.16 297.74 0.76 0.48
Hex D0 1D D7 3 57 0 10 12A 4C 30
Octal 320 35 327 3 127 0 20 452 114 60
Binary 11010000 11101 11010111 11 1010111 0 10000 100101010 1001100 110000

Color Harmonies of #D01DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DD7

Black with #D01DD7

Text Example


Text Example

White with #D01DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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