Html Css Color HEX #DA02D3 Deep Magenta

📋 copy color: '#DA02D3'

red 218 ◦ green 2 ◦ blue 211

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

Shades of Deep Magenta #DA02D3

Tints of Deep Magenta #DA02D3

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 50.58%
G = 0.46%
B = 48.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA02D3 (or 0xDA02D3) is known color: Deep Magenta. HEX triplet: DA, 02 and D3. RGB value is (218,2,211). Sum of RGB (Red+Green+Blue) = 218+2+211=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02D3 is #25FD2C. Grayscale: #595959. Windows color (decimal): -2489645 or 13828826. OLE color: 13828826.

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

Color convert

RGB 218 2 211 -
CMYK 0 0.99 0.03 0.15
HSL 301.94º 0.98% 0.43% -
HSV(B) 301.94º 0.99% 0.85% -
XYZ 40.69 19.65 63.28 -
YUV 90.41 196.06 219.01 -
System Red Green Blue C M Y K H S L
Decimal 218 2 211 0 0.99 0.03 0.15 301.94 0.98 0.43
Hex DA 2 D3 0 63 3 F 12E 62 2B
Octal 332 2 323 0 143 3 17 456 142 53
Binary 11011010 10 11010011 0 1100011 11 1111 100101110 1100010 101011

Color Harmonies of #DA02D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02D3

Black with #DA02D3

Text Example


Text Example

White with #DA02D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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