Html Css Color HEX #DA15C9 Deep Magenta

📋 copy color: '#DA15C9'

red 218 ◦ green 21 ◦ blue 201

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

Shades of Deep Magenta #DA15C9

Tints of Deep Magenta #DA15C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 49.55%
G = 4.77%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA15C9 (or 0xDA15C9) is known color: Deep Magenta. HEX triplet: DA, 15 and C9. RGB value is (218,21,201). Sum of RGB (Red+Green+Blue) = 218+21+201=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15C9 is #25EA36. Grayscale: #636363. Windows color (decimal): -2484791 or 13178330. OLE color: 13178330.

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

Color convert

RGB 218 21 201 -
CMYK 0 0.90 0.08 0.15
HSL 305.18º 0.82% 0.47% -
HSV(B) 305.18º 0.9% 0.85% -
XYZ 39.72 19.66 56.96 -
YUV 100.42 184.77 211.86 -
System Red Green Blue C M Y K H S L
Decimal 218 21 201 0 0.90 0.08 0.15 305.18 0.82 0.47
Hex DA 15 C9 0 5A 8 F 131 52 2F
Octal 332 25 311 0 132 10 17 461 122 57
Binary 11011010 10101 11001001 0 1011010 1000 1111 100110001 1010010 101111

Color Harmonies of #DA15C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15C9

Black with #DA15C9

Text Example


Text Example

White with #DA15C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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