Html Css Color HEX #DA02DB Deep Magenta

📋 copy color: '#DA02DB'

red 218 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #DA02DB

Tints of Deep Magenta #DA02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 49.66%
G = 0.46%
B = 49.89%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA02DB (or 0xDA02DB) is known color: Deep Magenta. HEX triplet: DA, 02 and DB. RGB value is (218,2,219). Sum of RGB (Red+Green+Blue) = 218+2+219=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02DB is #25FD24. Grayscale: #5A5A5A. Windows color (decimal): -2489637 or 14353114. OLE color: 14353114.

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

Color convert

RGB 218 2 219 -
CMYK 0.00 0.99 0 0.14
HSL 299.72º 0.98% 0.43% -
HSV(B) 299.72º 0.99% 0.86% -
XYZ 41.72 20.06 68.69 -
YUV 91.32 200.06 218.36 -
System Red Green Blue C M Y K H S L
Decimal 218 2 219 0.00 0.99 0 0.14 299.72 0.98 0.43
Hex DA 2 DB 0 63 0 E 12C 62 2B
Octal 332 2 333 0 143 0 16 454 142 53
Binary 11011010 10 11011011 0 1100011 0 1110 100101100 1100010 101011

Color Harmonies of #DA02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02DB

Black with #DA02DB

Text Example


Text Example

White with #DA02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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