Html Css Color HEX #DA18C7 Deep Magenta

📋 copy color: '#DA18C7'

red 218 ◦ green 24 ◦ blue 199

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

Shades of Deep Magenta #DA18C7

Tints of Deep Magenta #DA18C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 49.43%
G = 5.44%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA18C7 (or 0xDA18C7) is known color: Deep Magenta. HEX triplet: DA, 18 and C7. RGB value is (218,24,199). Sum of RGB (Red+Green+Blue) = 218+24+199=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18C7 is #25E738. Grayscale: #656565. Windows color (decimal): -2484025 or 13048026. OLE color: 13048026.

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

Color convert

RGB 218 24 199 -
CMYK 0 0.89 0.09 0.15
HSL 305.88º 0.8% 0.47% -
HSV(B) 305.88º 0.89% 0.85% -
XYZ 39.55 19.68 55.75 -
YUV 101.96 182.77 210.77 -
System Red Green Blue C M Y K H S L
Decimal 218 24 199 0 0.89 0.09 0.15 305.88 0.8 0.47
Hex DA 18 C7 0 59 9 F 132 50 2F
Octal 332 30 307 0 131 11 17 462 120 57
Binary 11011010 11000 11000111 0 1011001 1001 1111 100110010 1010000 101111

Color Harmonies of #DA18C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18C7

Black with #DA18C7

Text Example


Text Example

White with #DA18C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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