Html Css Color HEX #DA02CA Deep Magenta

📋 copy color: '#DA02CA'

red 218 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #DA02CA

Tints of Deep Magenta #DA02CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 51.66%
G = 0.47%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA02CA (or 0xDA02CA) is known color: Deep Magenta. HEX triplet: DA, 02 and CA. RGB value is (218,2,202). Sum of RGB (Red+Green+Blue) = 218+2+202=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02CA is #25FD35. Grayscale: #585858. Windows color (decimal): -2489654 or 13239002. OLE color: 13239002.

HSL color Cylindrical-coordinate representation of color #DA02CA: hue angle of 304.44º 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 #DA02CA is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 202 -
CMYK 0 0.99 0.07 0.15
HSL 304.44º 0.98% 0.43% -
HSV(B) 304.44º 0.99% 0.85% -
XYZ 39.6 19.21 57.5 -
YUV 89.38 191.56 219.74 -
System Red Green Blue C M Y K H S L
Decimal 218 2 202 0 0.99 0.07 0.15 304.44 0.98 0.43
Hex DA 2 CA 0 63 7 F 130 62 2B
Octal 332 2 312 0 143 7 17 460 142 53
Binary 11011010 10 11001010 0 1100011 111 1111 100110000 1100010 101011

Color Harmonies of #DA02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02CA

Black with #DA02CA

Text Example


Text Example

White with #DA02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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