Html Css Color HEX #DA02CE Deep Magenta

📋 copy color: '#DA02CE'

red 218 ◦ green 2 ◦ blue 206

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

Shades of Deep Magenta #DA02CE

Tints of Deep Magenta #DA02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 51.17%
G = 0.47%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA02CE (or 0xDA02CE) is known color: Deep Magenta. HEX triplet: DA, 02 and CE. RGB value is (218,2,206). Sum of RGB (Red+Green+Blue) = 218+2+206=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02CE is #25FD31. Grayscale: #595959. Windows color (decimal): -2489650 or 13501146. OLE color: 13501146.

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

Color convert

RGB 218 2 206 -
CMYK 0 0.99 0.06 0.15
HSL 303.33º 0.98% 0.43% -
HSV(B) 303.33º 0.99% 0.85% -
XYZ 40.08 19.41 60.03 -
YUV 89.84 193.56 219.41 -
System Red Green Blue C M Y K H S L
Decimal 218 2 206 0 0.99 0.06 0.15 303.33 0.98 0.43
Hex DA 2 CE 0 63 6 F 12F 62 2B
Octal 332 2 316 0 143 6 17 457 142 53
Binary 11011010 10 11001110 0 1100011 110 1111 100101111 1100010 101011

Color Harmonies of #DA02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02CE

Black with #DA02CE

Text Example


Text Example

White with #DA02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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