Html Css Color HEX #DA19CC Deep Magenta

📋 copy color: '#DA19CC'

red 218 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #DA19CC

Tints of Deep Magenta #DA19CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.59%

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

R = 48.77%
G = 5.59%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA19CC (or 0xDA19CC) is known color: Deep Magenta. HEX triplet: DA, 19 and CC. RGB value is (218,25,204). Sum of RGB (Red+Green+Blue) = 218+25+204=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19CC is #25E633. Grayscale: #666666. Windows color (decimal): -2483764 or 13375962. OLE color: 13375962.

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

Color convert

RGB 218 25 204 -
CMYK 0 0.89 0.06 0.15
HSL 304.35º 0.79% 0.48% -
HSV(B) 304.35º 0.89% 0.85% -
XYZ 40.16 19.96 58.86 -
YUV 103.11 184.94 209.95 -
System Red Green Blue C M Y K H S L
Decimal 218 25 204 0 0.89 0.06 0.15 304.35 0.79 0.48
Hex DA 19 CC 0 59 6 F 130 4F 30
Octal 332 31 314 0 131 6 17 460 117 60
Binary 11011010 11001 11001100 0 1011001 110 1111 100110000 1001111 110000

Color Harmonies of #DA19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19CC

Black with #DA19CC

Text Example


Text Example

White with #DA19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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