Html Css Color HEX #DA1CC9 Deep Magenta

📋 copy color: '#DA1CC9'

red 218 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #DA1CC9

Tints of Deep Magenta #DA1CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 48.77%
G = 6.26%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA1CC9 (or 0xDA1CC9) is known color: Deep Magenta. HEX triplet: DA, 1C and C9. RGB value is (218,28,201). Sum of RGB (Red+Green+Blue) = 218+28+201=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CC9 is #25E336. Grayscale: #686868. Windows color (decimal): -2482999 or 13180122. OLE color: 13180122.

HSL color Cylindrical-coordinate representation of color #DA1CC9: hue angle of 305.37º 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 #DA1CC9 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 28 201 -
CMYK 0 0.87 0.08 0.15
HSL 305.37º 0.77% 0.48% -
HSV(B) 305.37º 0.87% 0.85% -
XYZ 39.87 19.95 57.01 -
YUV 104.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 218 28 201 0 0.87 0.08 0.15 305.37 0.77 0.48
Hex DA 1C C9 0 57 8 F 131 4D 30
Octal 332 34 311 0 127 10 17 461 115 60
Binary 11011010 11100 11001001 0 1010111 1000 1111 100110001 1001101 110000

Color Harmonies of #DA1CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CC9

Black with #DA1CC9

Text Example


Text Example

White with #DA1CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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