Html Css Color HEX #DA1895 Medium Violet Red

📋 copy color: '#DA1895'

red 218 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #DA1895

Tints of Medium Violet Red #DA1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.14%

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

R = 55.75%
G = 6.14%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA1895 (or 0xDA1895) is known color: Medium Violet Red. HEX triplet: DA, 18 and 95. RGB value is (218,24,149). Sum of RGB (Red+Green+Blue) = 218+24+149=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1895 is #25E76A. Grayscale: #5F5F5F. Windows color (decimal): -2484075 or 9771226. OLE color: 9771226.

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

Color convert

RGB 218 24 149 -
CMYK 0 0.89 0.32 0.15
HSL 321.34º 0.8% 0.47% -
HSV(B) 321.34º 0.89% 0.85% -
XYZ 34.66 17.73 30.03 -
YUV 96.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 218 24 149 0 0.89 0.32 0.15 321.34 0.8 0.47
Hex DA 18 95 0 59 20 F 141 50 2F
Octal 332 30 225 0 131 40 17 501 120 57
Binary 11011010 11000 10010101 0 1011001 100000 1111 101000001 1010000 101111

Color Harmonies of #DA1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1895

Black with #DA1895

Text Example


Text Example

White with #DA1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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