Html Css Color HEX #DA07CA Deep Magenta

📋 copy color: '#DA07CA'

red 218 ◦ green 7 ◦ blue 202

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

Shades of Deep Magenta #DA07CA

Tints of Deep Magenta #DA07CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

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

R = 51.05%
G = 1.64%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA07CA (or 0xDA07CA) is known color: Deep Magenta. HEX triplet: DA, 07 and CA. RGB value is (218,7,202). Sum of RGB (Red+Green+Blue) = 218+7+202=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07CA is #25F835. Grayscale: #5B5B5B. Windows color (decimal): -2488374 or 13240282. OLE color: 13240282.

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

Color convert

RGB 218 7 202 -
CMYK 0 0.97 0.07 0.15
HSL 304.55º 0.94% 0.44% -
HSV(B) 304.55º 0.97% 0.85% -
XYZ 39.65 19.32 57.52 -
YUV 92.32 189.9 217.64 -
System Red Green Blue C M Y K H S L
Decimal 218 7 202 0 0.97 0.07 0.15 304.55 0.94 0.44
Hex DA 7 CA 0 61 7 F 131 5E 2C
Octal 332 7 312 0 141 7 17 461 136 54
Binary 11011010 111 11001010 0 1100001 111 1111 100110001 1011110 101100

Color Harmonies of #DA07CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07CA

Black with #DA07CA

Text Example


Text Example

White with #DA07CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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