Html Css Color HEX #DA18CE Deep Magenta

📋 copy color: '#DA18CE'

red 218 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #DA18CE

Tints of Deep Magenta #DA18CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 48.66%
G = 5.36%
B = 45.98%

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

#DA18CE (or 0xDA18CE) is known color: Deep Magenta. HEX triplet: DA, 18 and CE. RGB value is (218,24,206). Sum of RGB (Red+Green+Blue) = 218+24+206=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18CE is #25E731. Grayscale: #666666. Windows color (decimal): -2484018 or 13506778. OLE color: 13506778.

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

Color convert

RGB 218 24 206 -
CMYK 0 0.89 0.06 0.15
HSL 303.71º 0.8% 0.47% -
HSV(B) 303.71º 0.89% 0.85% -
XYZ 40.38 20.01 60.13 -
YUV 102.75 186.27 210.2 -
System Red Green Blue C M Y K H S L
Decimal 218 24 206 0 0.89 0.06 0.15 303.71 0.8 0.47
Hex DA 18 CE 0 59 6 F 130 50 2F
Octal 332 30 316 0 131 6 17 460 120 57
Binary 11011010 11000 11001110 0 1011001 110 1111 100110000 1010000 101111

Color Harmonies of #DA18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18CE

Black with #DA18CE

Text Example


Text Example

White with #DA18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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