Html Css Color HEX #DA06CA Deep Magenta

📋 copy color: '#DA06CA'

red 218 ◦ green 6 ◦ blue 202

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

Shades of Deep Magenta #DA06CA

Tints of Deep Magenta #DA06CA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 51.17%
G = 1.41%
B = 47.42%

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

#DA06CA (or 0xDA06CA) is known color: Deep Magenta. HEX triplet: DA, 06 and CA. RGB value is (218,6,202). Sum of RGB (Red+Green+Blue) = 218+6+202=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06CA is #25F935. Grayscale: #5B5B5B. Windows color (decimal): -2488630 or 13240026. OLE color: 13240026.

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

Color convert

RGB 218 6 202 -
CMYK 0 0.97 0.07 0.15
HSL 304.53º 0.95% 0.44% -
HSV(B) 304.53º 0.97% 0.85% -
XYZ 39.64 19.3 57.51 -
YUV 91.73 190.24 218.06 -
System Red Green Blue C M Y K H S L
Decimal 218 6 202 0 0.97 0.07 0.15 304.53 0.95 0.44
Hex DA 6 CA 0 61 7 F 131 5F 2C
Octal 332 6 312 0 141 7 17 461 137 54
Binary 11011010 110 11001010 0 1100001 111 1111 100110001 1011111 101100

Color Harmonies of #DA06CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06CA

Black with #DA06CA

Text Example


Text Example

White with #DA06CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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