Html Css Color HEX #DA1A99 Medium Violet Red

📋 copy color: '#DA1A99'

red 218 ◦ green 26 ◦ blue 153

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

Shades of Medium Violet Red #DA1A99

Tints of Medium Violet Red #DA1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

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

R = 54.91%
G = 6.55%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA1A99 (or 0xDA1A99) is known color: Medium Violet Red. HEX triplet: DA, 1A and 99. RGB value is (218,26,153). Sum of RGB (Red+Green+Blue) = 218+26+153=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1A99 is #25E566. Grayscale: #616161. Windows color (decimal): -2483559 or 10033882. OLE color: 10033882.

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

Color convert

RGB 218 26 153 -
CMYK 0 0.88 0.30 0.15
HSL 320.31º 0.79% 0.48% -
HSV(B) 320.31º 0.88% 0.85% -
XYZ 35.03 17.94 31.75 -
YUV 97.89 159.11 213.67 -
System Red Green Blue C M Y K H S L
Decimal 218 26 153 0 0.88 0.30 0.15 320.31 0.79 0.48
Hex DA 1A 99 0 58 1E F 140 4F 30
Octal 332 32 231 0 130 36 17 500 117 60
Binary 11011010 11010 10011001 0 1011000 11110 1111 101000000 1001111 110000

Color Harmonies of #DA1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A99

Black with #DA1A99

Text Example


Text Example

White with #DA1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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