Html Css Color HEX #DA1495 Medium Violet Red

📋 copy color: '#DA1495'

red 218 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #DA1495

Tints of Medium Violet Red #DA1495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

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

R = 56.33%
G = 5.17%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA1495 (or 0xDA1495) is known color: Medium Violet Red. HEX triplet: DA, 14 and 95. RGB value is (218,20,149). Sum of RGB (Red+Green+Blue) = 218+20+149=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1495 is #25EB6A. Grayscale: #5D5D5D. Windows color (decimal): -2485099 or 9770202. OLE color: 9770202.

HSL color Cylindrical-coordinate representation of color #DA1495: hue angle of 320.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1495 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 149 -
CMYK 0 0.91 0.32 0.15
HSL 320.91º 0.83% 0.47% -
HSV(B) 320.91º 0.91% 0.85% -
XYZ 34.59 17.58 30 -
YUV 93.91 159.1 216.51 -
System Red Green Blue C M Y K H S L
Decimal 218 20 149 0 0.91 0.32 0.15 320.91 0.83 0.47
Hex DA 14 95 0 5B 20 F 141 53 2F
Octal 332 24 225 0 133 40 17 501 123 57
Binary 11011010 10100 10010101 0 1011011 100000 1111 101000001 1010011 101111

Color Harmonies of #DA1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1495

Black with #DA1495

Text Example


Text Example

White with #DA1495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1495; }

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

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

background-color css

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

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

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

border-color css

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

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

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