Html Css Color HEX #DA1CCC Deep Magenta

📋 copy color: '#DA1CCC'

red 218 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #DA1CCC

Tints of Deep Magenta #DA1CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 48.44%
G = 6.22%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA1CCC (or 0xDA1CCC) is known color: Deep Magenta. HEX triplet: DA, 1C and CC. RGB value is (218,28,204). Sum of RGB (Red+Green+Blue) = 218+28+204=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CCC is #25E333. Grayscale: #686868. Windows color (decimal): -2482996 or 13376730. OLE color: 13376730.

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

Color convert

RGB 218 28 204 -
CMYK 0 0.87 0.06 0.15
HSL 304.42º 0.77% 0.48% -
HSV(B) 304.42º 0.87% 0.85% -
XYZ 40.23 20.1 58.89 -
YUV 104.87 183.95 208.69 -
System Red Green Blue C M Y K H S L
Decimal 218 28 204 0 0.87 0.06 0.15 304.42 0.77 0.48
Hex DA 1C CC 0 57 6 F 130 4D 30
Octal 332 34 314 0 127 6 17 460 115 60
Binary 11011010 11100 11001100 0 1010111 110 1111 100110000 1001101 110000

Color Harmonies of #DA1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CCC

Black with #DA1CCC

Text Example


Text Example

White with #DA1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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