Html Css Color HEX #DA15A0 Medium Violet Red

📋 copy color: '#DA15A0'

red 218 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #DA15A0

Tints of Medium Violet Red #DA15A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 54.64%
G = 5.26%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA15A0 (or 0xDA15A0) is known color: Medium Violet Red. HEX triplet: DA, 15 and A0. RGB value is (218,21,160). Sum of RGB (Red+Green+Blue) = 218+21+160=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA15A0 is #25EA5F. Grayscale: #5F5F5F. Windows color (decimal): -2484832 or 10491354. OLE color: 10491354.

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

Color convert

RGB 218 21 160 -
CMYK 0 0.90 0.27 0.15
HSL 317.67º 0.82% 0.47% -
HSV(B) 317.67º 0.9% 0.85% -
XYZ 35.53 17.98 34.86 -
YUV 95.75 164.27 215.2 -
System Red Green Blue C M Y K H S L
Decimal 218 21 160 0 0.90 0.27 0.15 317.67 0.82 0.47
Hex DA 15 A0 0 5A 1B F 13E 52 2F
Octal 332 25 240 0 132 33 17 476 122 57
Binary 11011010 10101 10100000 0 1011010 11011 1111 100111110 1010010 101111

Color Harmonies of #DA15A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15A0

Black with #DA15A0

Text Example


Text Example

White with #DA15A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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