Html Css Color HEX #DA04CE Deep Magenta

📋 copy color: '#DA04CE'

red 218 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #DA04CE

Tints of Deep Magenta #DA04CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 50.93%
G = 0.93%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA04CE (or 0xDA04CE) is known color: Deep Magenta. HEX triplet: DA, 04 and CE. RGB value is (218,4,206). Sum of RGB (Red+Green+Blue) = 218+4+206=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04CE is #25FB31. Grayscale: #5A5A5A. Windows color (decimal): -2489138 or 13501658. OLE color: 13501658.

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

Color convert

RGB 218 4 206 -
CMYK 0 0.98 0.06 0.15
HSL 303.36º 0.96% 0.44% -
HSV(B) 303.36º 0.98% 0.85% -
XYZ 40.1 19.45 60.03 -
YUV 91.01 192.9 218.57 -
System Red Green Blue C M Y K H S L
Decimal 218 4 206 0 0.98 0.06 0.15 303.36 0.96 0.44
Hex DA 4 CE 0 62 6 F 12F 60 2C
Octal 332 4 316 0 142 6 17 457 140 54
Binary 11011010 100 11001110 0 1100010 110 1111 100101111 1100000 101100

Color Harmonies of #DA04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA04CE

Black with #DA04CE

Text Example


Text Example

White with #DA04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA04CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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