Html Css Color HEX #DA0BE2 Deep Magenta

📋 copy color: '#DA0BE2'

red 218 ◦ green 11 ◦ blue 226

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

Shades of Deep Magenta #DA0BE2

Tints of Deep Magenta #DA0BE2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 226 (88.67% from 255) = 49.67%

R = 47.91%
G = 2.42%
B = 49.67%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA0BE2 (or 0xDA0BE2) is known color: Deep Magenta. HEX triplet: DA, 0B and E2. RGB value is (218,11,226). Sum of RGB (Red+Green+Blue) = 218+11+226=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 226 (88.67% from 255 or 49.67% from 455); Max value from RGB is 226 - color contains mainly: blue. Hex color #DA0BE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BE2 is #25F41D. Grayscale: #606060. Windows color (decimal): -2487326 or 14814170. OLE color: 14814170.

HSL color Cylindrical-coordinate representation of color #DA0BE2: hue angle of 297.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BE2 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 11 226 -
CMYK 0.04 0.95 0 0.11
HSL 297.77º 0.91% 0.46% -
HSV(B) 297.77º 0.95% 0.89% -
XYZ 42.76 20.64 73.68 -
YUV 97.4 200.58 214.02 -
System Red Green Blue C M Y K H S L
Decimal 218 11 226 0.04 0.95 0 0.11 297.77 0.91 0.46
Hex DA B E2 4 5F 0 B 12A 5B 2E
Octal 332 13 342 4 137 0 13 452 133 56
Binary 11011010 1011 11100010 100 1011111 0 1011 100101010 1011011 101110

Color Harmonies of #DA0BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0BE2

Black with #DA0BE2

Text Example


Text Example

White with #DA0BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0BE2; }

 p { color: rgb(218,11,226); }

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

background-color css

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

 a { background-color: rgb(218,11,226); }

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

border-color css

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

 span { border-color: rgb(218,11,226); }

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