Html Css Color HEX #DA15C7 Deep Magenta

📋 copy color: '#DA15C7'

red 218 ◦ green 21 ◦ blue 199

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

Shades of Deep Magenta #DA15C7

Tints of Deep Magenta #DA15C7

RGB

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

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

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

R = 49.77%
G = 4.79%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA15C7 (or 0xDA15C7) is known color: Deep Magenta. HEX triplet: DA, 15 and C7. RGB value is (218,21,199). Sum of RGB (Red+Green+Blue) = 218+21+199=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15C7 is #25EA38. Grayscale: #636363. Windows color (decimal): -2484793 or 13047258. OLE color: 13047258.

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

Color convert

RGB 218 21 199 -
CMYK 0 0.90 0.09 0.15
HSL 305.79º 0.82% 0.47% -
HSV(B) 305.79º 0.9% 0.85% -
XYZ 39.49 19.57 55.73 -
YUV 100.2 183.77 212.03 -
System Red Green Blue C M Y K H S L
Decimal 218 21 199 0 0.90 0.09 0.15 305.79 0.82 0.47
Hex DA 15 C7 0 5A 9 F 132 52 2F
Octal 332 25 307 0 132 11 17 462 122 57
Binary 11011010 10101 11000111 0 1011010 1001 1111 100110010 1010010 101111

Color Harmonies of #DA15C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15C7

Black with #DA15C7

Text Example


Text Example

White with #DA15C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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