Html Css Color HEX #DA11CC Deep Magenta

📋 copy color: '#DA11CC'

red 218 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #DA11CC

Tints of Deep Magenta #DA11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.87%

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

R = 49.66%
G = 3.87%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA11CC (or 0xDA11CC) is known color: Deep Magenta. HEX triplet: DA, 11 and CC. RGB value is (218,17,204). Sum of RGB (Red+Green+Blue) = 218+17+204=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11CC is #25EE33. Grayscale: #616161. Windows color (decimal): -2485812 or 13373914. OLE color: 13373914.

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

Color convert

RGB 218 17 204 -
CMYK 0 0.92 0.06 0.15
HSL 304.18º 0.86% 0.46% -
HSV(B) 304.18º 0.92% 0.85% -
XYZ 40.01 19.67 58.81 -
YUV 98.42 187.59 213.29 -
System Red Green Blue C M Y K H S L
Decimal 218 17 204 0 0.92 0.06 0.15 304.18 0.86 0.46
Hex DA 11 CC 0 5C 6 F 130 56 2E
Octal 332 21 314 0 134 6 17 460 126 56
Binary 11011010 10001 11001100 0 1011100 110 1111 100110000 1010110 101110

Color Harmonies of #DA11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11CC

Black with #DA11CC

Text Example


Text Example

White with #DA11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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