Html Css Color HEX #DA1CCA Deep Magenta

📋 copy color: '#DA1CCA'

red 218 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #DA1CCA

Tints of Deep Magenta #DA1CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

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

R = 48.66%
G = 6.25%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA1CCA (or 0xDA1CCA) is known color: Deep Magenta. HEX triplet: DA, 1C and CA. RGB value is (218,28,202). Sum of RGB (Red+Green+Blue) = 218+28+202=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CCA is #25E335. Grayscale: #686868. Windows color (decimal): -2482998 or 13245658. OLE color: 13245658.

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

Color convert

RGB 218 28 202 -
CMYK 0 0.87 0.07 0.15
HSL 305.05º 0.77% 0.48% -
HSV(B) 305.05º 0.87% 0.85% -
XYZ 39.99 20 57.63 -
YUV 104.65 182.95 208.85 -
System Red Green Blue C M Y K H S L
Decimal 218 28 202 0 0.87 0.07 0.15 305.05 0.77 0.48
Hex DA 1C CA 0 57 7 F 131 4D 30
Octal 332 34 312 0 127 7 17 461 115 60
Binary 11011010 11100 11001010 0 1010111 111 1111 100110001 1001101 110000

Color Harmonies of #DA1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CCA

Black with #DA1CCA

Text Example


Text Example

White with #DA1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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