Html Css Color HEX #DA1DC8 Deep Magenta

📋 copy color: '#DA1DC8'

red 218 ◦ green 29 ◦ blue 200

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

Shades of Deep Magenta #DA1DC8

Tints of Deep Magenta #DA1DC8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.49%

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 48.77%
G = 6.49%
B = 44.74%

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

#DA1DC8 (or 0xDA1DC8) is known color: Deep Magenta. HEX triplet: DA, 1D and C8. RGB value is (218,29,200). Sum of RGB (Red+Green+Blue) = 218+29+200=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DC8 is #25E237. Grayscale: #686868. Windows color (decimal): -2482744 or 13114842. OLE color: 13114842.

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

Color convert

RGB 218 29 200 -
CMYK 0 0.87 0.08 0.15
HSL 305.71º 0.77% 0.48% -
HSV(B) 305.71º 0.87% 0.85% -
XYZ 39.78 19.95 56.4 -
YUV 105.01 181.62 208.6 -
System Red Green Blue C M Y K H S L
Decimal 218 29 200 0 0.87 0.08 0.15 305.71 0.77 0.48
Hex DA 1D C8 0 57 8 F 132 4D 30
Octal 332 35 310 0 127 10 17 462 115 60
Binary 11011010 11101 11001000 0 1010111 1000 1111 100110010 1001101 110000

Color Harmonies of #DA1DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DC8

Black with #DA1DC8

Text Example


Text Example

White with #DA1DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DC8; }

 p { color: rgb(218,29,200); }

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

background-color css

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

 a { background-color: rgb(218,29,200); }

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

border-color css

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

 span { border-color: rgb(218,29,200); }

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