Html Css Color HEX #DA18C3 Deep Magenta

📋 copy color: '#DA18C3'

red 218 ◦ green 24 ◦ blue 195

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

Shades of Deep Magenta #DA18C3

Tints of Deep Magenta #DA18C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.62%

R = 49.89%
G = 5.49%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA18C3 (or 0xDA18C3) is known color: Deep Magenta. HEX triplet: DA, 18 and C3. RGB value is (218,24,195). Sum of RGB (Red+Green+Blue) = 218+24+195=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18C3 is #25E73C. Grayscale: #656565. Windows color (decimal): -2484029 or 12785882. OLE color: 12785882.

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

Color convert

RGB 218 24 195 -
CMYK 0 0.89 0.11 0.15
HSL 307.11º 0.8% 0.47% -
HSV(B) 307.11º 0.89% 0.85% -
XYZ 39.09 19.5 53.33 -
YUV 101.5 180.77 211.1 -
System Red Green Blue C M Y K H S L
Decimal 218 24 195 0 0.89 0.11 0.15 307.11 0.8 0.47
Hex DA 18 C3 0 59 B F 133 50 2F
Octal 332 30 303 0 131 13 17 463 120 57
Binary 11011010 11000 11000011 0 1011001 1011 1111 100110011 1010000 101111

Color Harmonies of #DA18C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18C3

Black with #DA18C3

Text Example


Text Example

White with #DA18C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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