Html Css Color HEX #DA15D1 Deep Magenta

📋 copy color: '#DA15D1'

red 218 ◦ green 21 ◦ blue 209

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

Shades of Deep Magenta #DA15D1

Tints of Deep Magenta #DA15D1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.69%

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 48.66%
G = 4.69%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA15D1 (or 0xDA15D1) is known color: Deep Magenta. HEX triplet: DA, 15 and D1. RGB value is (218,21,209). Sum of RGB (Red+Green+Blue) = 218+21+209=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15D1 is #25EA2E. Grayscale: #646464. Windows color (decimal): -2484783 or 13702618. OLE color: 13702618.

HSL color Cylindrical-coordinate representation of color #DA15D1: hue angle of 302.74º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15D1 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 209 -
CMYK 0 0.90 0.04 0.15
HSL 302.74º 0.82% 0.47% -
HSV(B) 302.74º 0.9% 0.85% -
XYZ 40.69 20.05 62.05 -
YUV 101.34 188.77 211.21 -
System Red Green Blue C M Y K H S L
Decimal 218 21 209 0 0.90 0.04 0.15 302.74 0.82 0.47
Hex DA 15 D1 0 5A 4 F 12F 52 2F
Octal 332 25 321 0 132 4 17 457 122 57
Binary 11011010 10101 11010001 0 1011010 100 1111 100101111 1010010 101111

Color Harmonies of #DA15D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15D1

Black with #DA15D1

Text Example


Text Example

White with #DA15D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15D1; }

 p { color: rgb(218,21,209); }

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

background-color css

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

 a { background-color: rgb(218,21,209); }

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

border-color css

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

 span { border-color: rgb(218,21,209); }

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