Html Css Color HEX #DA09CA Deep Magenta

📋 copy color: '#DA09CA'

red 218 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #DA09CA

Tints of Deep Magenta #DA09CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.1%

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

R = 50.82%
G = 2.1%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA09CA (or 0xDA09CA) is known color: Deep Magenta. HEX triplet: DA, 09 and CA. RGB value is (218,9,202). Sum of RGB (Red+Green+Blue) = 218+9+202=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09CA is #25F635. Grayscale: #5C5C5C. Windows color (decimal): -2487862 or 13240794. OLE color: 13240794.

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

Color convert

RGB 218 9 202 -
CMYK 0 0.96 0.07 0.15
HSL 304.59º 0.92% 0.45% -
HSV(B) 304.59º 0.96% 0.85% -
XYZ 39.67 19.37 57.52 -
YUV 93.49 189.24 216.81 -
System Red Green Blue C M Y K H S L
Decimal 218 9 202 0 0.96 0.07 0.15 304.59 0.92 0.45
Hex DA 9 CA 0 60 7 F 131 5C 2D
Octal 332 11 312 0 140 7 17 461 134 55
Binary 11011010 1001 11001010 0 1100000 111 1111 100110001 1011100 101101

Color Harmonies of #DA09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09CA

Black with #DA09CA

Text Example


Text Example

White with #DA09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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