Html Css Color HEX #DA1595 Medium Violet Red

📋 copy color: '#DA1595'

red 218 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #DA1595

Tints of Medium Violet Red #DA1595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 56.19%
G = 5.41%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA1595 (or 0xDA1595) is known color: Medium Violet Red. HEX triplet: DA, 15 and 95. RGB value is (218,21,149). Sum of RGB (Red+Green+Blue) = 218+21+149=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1595 is #25EA6A. Grayscale: #5E5E5E. Windows color (decimal): -2484843 or 9770458. OLE color: 9770458.

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

Color convert

RGB 218 21 149 -
CMYK 0 0.90 0.32 0.15
HSL 321.02º 0.82% 0.47% -
HSV(B) 321.02º 0.9% 0.85% -
XYZ 34.61 17.61 30.01 -
YUV 94.5 158.77 216.09 -
System Red Green Blue C M Y K H S L
Decimal 218 21 149 0 0.90 0.32 0.15 321.02 0.82 0.47
Hex DA 15 95 0 5A 20 F 141 52 2F
Octal 332 25 225 0 132 40 17 501 122 57
Binary 11011010 10101 10010101 0 1011010 100000 1111 101000001 1010010 101111

Color Harmonies of #DA1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1595

Black with #DA1595

Text Example


Text Example

White with #DA1595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1595; }

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

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

background-color css

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

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

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

border-color css

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

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

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