Html Css Color HEX #DA18CD Deep Magenta

📋 copy color: '#DA18CD'

red 218 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #DA18CD

Tints of Deep Magenta #DA18CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.37%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 48.77%
G = 5.37%
B = 45.86%

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

#DA18CD (or 0xDA18CD) is known color: Deep Magenta. HEX triplet: DA, 18 and CD. RGB value is (218,24,205). Sum of RGB (Red+Green+Blue) = 218+24+205=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18CD is #25E732. Grayscale: #666666. Windows color (decimal): -2484019 or 13441242. OLE color: 13441242.

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

Color convert

RGB 218 24 205 -
CMYK 0 0.89 0.06 0.15
HSL 304.02º 0.8% 0.47% -
HSV(B) 304.02º 0.89% 0.85% -
XYZ 40.26 19.97 59.49 -
YUV 102.64 185.77 210.28 -
System Red Green Blue C M Y K H S L
Decimal 218 24 205 0 0.89 0.06 0.15 304.02 0.8 0.47
Hex DA 18 CD 0 59 6 F 130 50 2F
Octal 332 30 315 0 131 6 17 460 120 57
Binary 11011010 11000 11001101 0 1011001 110 1111 100110000 1010000 101111

Color Harmonies of #DA18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18CD

Black with #DA18CD

Text Example


Text Example

White with #DA18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18CD; }

 p { color: rgb(218,24,205); }

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

background-color css

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

 a { background-color: rgb(218,24,205); }

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

border-color css

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

 span { border-color: rgb(218,24,205); }

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