Html Css Color HEX #DA12CA Deep Magenta

📋 copy color: '#DA12CA'

red 218 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #DA12CA

Tints of Deep Magenta #DA12CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.11%

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

R = 49.77%
G = 4.11%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA12CA (or 0xDA12CA) is known color: Deep Magenta. HEX triplet: DA, 12 and CA. RGB value is (218,18,202). Sum of RGB (Red+Green+Blue) = 218+18+202=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12CA is #25ED35. Grayscale: #626262. Windows color (decimal): -2485558 or 13243098. OLE color: 13243098.

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

Color convert

RGB 218 18 202 -
CMYK 0 0.92 0.07 0.15
HSL 304.8º 0.85% 0.46% -
HSV(B) 304.8º 0.92% 0.85% -
XYZ 39.79 19.6 57.56 -
YUV 98.78 186.26 213.04 -
System Red Green Blue C M Y K H S L
Decimal 218 18 202 0 0.92 0.07 0.15 304.8 0.85 0.46
Hex DA 12 CA 0 5C 7 F 131 55 2E
Octal 332 22 312 0 134 7 17 461 125 56
Binary 11011010 10010 11001010 0 1011100 111 1111 100110001 1010101 101110

Color Harmonies of #DA12CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA12CA

Black with #DA12CA

Text Example


Text Example

White with #DA12CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA12CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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