Html Css Color HEX #D01EBA Deep Magenta

📋 copy color: '#D01EBA'

red 208 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #D01EBA

Tints of Deep Magenta #D01EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.08%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 49.06%
G = 7.08%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D01EBA (or 0xD01EBA) is known color: Deep Magenta. HEX triplet: D0, 1E and BA. RGB value is (208,30,186). Sum of RGB (Red+Green+Blue) = 208+30+186=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EBA is #2FE145. Grayscale: #646464. Windows color (decimal): -3137862 or 12197584. OLE color: 12197584.

HSL color Cylindrical-coordinate representation of color #D01EBA: hue angle of 307.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EBA is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 186 -
CMYK 0 0.86 0.11 0.18
HSL 307.42º 0.75% 0.47% -
HSV(B) 307.42º 0.86% 0.82% -
XYZ 35.34 17.88 48.04 -
YUV 101.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 208 30 186 0 0.86 0.11 0.18 307.42 0.75 0.47
Hex D0 1E BA 0 56 B 12 133 4B 2F
Octal 320 36 272 0 126 13 22 463 113 57
Binary 11010000 11110 10111010 0 1010110 1011 10010 100110011 1001011 101111

Color Harmonies of #D01EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EBA

Black with #D01EBA

Text Example


Text Example

White with #D01EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EBA; }

 p { color: rgb(208,30,186); }

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

background-color css

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

 a { background-color: rgb(208,30,186); }

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

border-color css

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

 span { border-color: rgb(208,30,186); }

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