Html Css Color HEX #DA16CC Deep Magenta

📋 copy color: '#DA16CC'

red 218 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #DA16CC

Tints of Deep Magenta #DA16CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.95%

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

R = 49.1%
G = 4.95%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA16CC (or 0xDA16CC) is known color: Deep Magenta. HEX triplet: DA, 16 and CC. RGB value is (218,22,204). Sum of RGB (Red+Green+Blue) = 218+22+204=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16CC is #25E933. Grayscale: #646464. Windows color (decimal): -2484532 or 13375194. OLE color: 13375194.

HSL color Cylindrical-coordinate representation of color #DA16CC: hue angle of 304.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16CC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 204 -
CMYK 0 0.90 0.06 0.15
HSL 304.29º 0.82% 0.47% -
HSV(B) 304.29º 0.9% 0.85% -
XYZ 40.1 19.84 58.84 -
YUV 101.35 185.93 211.2 -
System Red Green Blue C M Y K H S L
Decimal 218 22 204 0 0.90 0.06 0.15 304.29 0.82 0.47
Hex DA 16 CC 0 5A 6 F 130 52 2F
Octal 332 26 314 0 132 6 17 460 122 57
Binary 11011010 10110 11001100 0 1011010 110 1111 100110000 1010010 101111

Color Harmonies of #DA16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16CC

Black with #DA16CC

Text Example


Text Example

White with #DA16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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