Html Css Color HEX #DA00D3 Deep Magenta

📋 copy color: '#DA00D3'

red 218 ◦ green 0 ◦ blue 211

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

Shades of Deep Magenta #DA00D3

Tints of Deep Magenta #DA00D3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 211 (82.81% from 255) = 49.18%

R = 50.82%
G = 0%
B = 49.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA00D3 (or 0xDA00D3) is known color: Deep Magenta. HEX triplet: DA, 00 and D3. RGB value is (218,0,211). Sum of RGB (Red+Green+Blue) = 218+0+211=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00D3 is #25FF2C. Grayscale: #585858. Windows color (decimal): -2490157 or 13828314. OLE color: 13828314.

HSL color Cylindrical-coordinate representation of color #DA00D3: hue angle of 301.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00D3 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 211 -
CMYK 0 1 0.03 0.15
HSL 301.93º 1% 0.43% -
HSV(B) 301.93º 1% 0.85% -
XYZ 40.67 19.61 63.27 -
YUV 89.24 196.72 219.84 -
System Red Green Blue C M Y K H S L
Decimal 218 0 211 0 1 0.03 0.15 301.93 1 0.43
Hex DA 0 D3 0 64 3 F 12E 64 2B
Octal 332 0 323 0 144 3 17 456 144 53
Binary 11011010 0 11010011 0 1100100 11 1111 100101110 1100100 101011

Color Harmonies of #DA00D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00D3

Black with #DA00D3

Text Example


Text Example

White with #DA00D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00D3; }

 p { color: rgb(218,0,211); }

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

background-color css

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

 a { background-color: rgb(218,0,211); }

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

border-color css

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

 span { border-color: rgb(218,0,211); }

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