Html Css Color HEX #DA1CDE Deep Magenta

📋 copy color: '#DA1CDE'

red 218 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #DA1CDE

Tints of Deep Magenta #DA1CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 46.58%
G = 5.98%
B = 47.44%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA1CDE (or 0xDA1CDE) is known color: Deep Magenta. HEX triplet: DA, 1C and DE. RGB value is (218,28,222). Sum of RGB (Red+Green+Blue) = 218+28+222=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CDE is #25E321. Grayscale: #6A6A6A. Windows color (decimal): -2482978 or 14556378. OLE color: 14556378.

HSL color Cylindrical-coordinate representation of color #DA1CDE: hue angle of 298.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CDE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 28 222 -
CMYK 0.02 0.87 0 0.13
HSL 298.76º 0.78% 0.49% -
HSV(B) 298.76º 0.87% 0.87% -
XYZ 42.51 21.01 70.92 -
YUV 106.93 192.95 207.23 -
System Red Green Blue C M Y K H S L
Decimal 218 28 222 0.02 0.87 0 0.13 298.76 0.78 0.49
Hex DA 1C DE 2 57 0 D 12B 4E 31
Octal 332 34 336 2 127 0 15 453 116 61
Binary 11011010 11100 11011110 10 1010111 0 1101 100101011 1001110 110001

Color Harmonies of #DA1CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CDE

Black with #DA1CDE

Text Example


Text Example

White with #DA1CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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