Html Css Color HEX #DA1999 Medium Violet Red

📋 copy color: '#DA1999'

red 218 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #DA1999

Tints of Medium Violet Red #DA1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.31%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 55.05%
G = 6.31%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA1999 (or 0xDA1999) is known color: Medium Violet Red. HEX triplet: DA, 19 and 99. RGB value is (218,25,153). Sum of RGB (Red+Green+Blue) = 218+25+153=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1999 is #25E666. Grayscale: #606060. Windows color (decimal): -2483815 or 10033626. OLE color: 10033626.

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

Color convert

RGB 218 25 153 -
CMYK 0 0.89 0.30 0.15
HSL 320.21º 0.79% 0.48% -
HSV(B) 320.21º 0.89% 0.85% -
XYZ 35.01 17.9 31.75 -
YUV 97.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 218 25 153 0 0.89 0.30 0.15 320.21 0.79 0.48
Hex DA 19 99 0 59 1E F 140 4F 30
Octal 332 31 231 0 131 36 17 500 117 60
Binary 11011010 11001 10011001 0 1011001 11110 1111 101000000 1001111 110000

Color Harmonies of #DA1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1999

Black with #DA1999

Text Example


Text Example

White with #DA1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1999; }

 p { color: rgb(218,25,153); }

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

background-color css

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

 a { background-color: rgb(218,25,153); }

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

border-color css

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

 span { border-color: rgb(218,25,153); }

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