Html Css Color HEX #DA1099 Medium Violet Red

📋 copy color: '#DA1099'

red 218 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #DA1099

Tints of Medium Violet Red #DA1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.13%

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

R = 56.33%
G = 4.13%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA1099 (or 0xDA1099) is known color: Medium Violet Red. HEX triplet: DA, 10 and 99. RGB value is (218,16,153). Sum of RGB (Red+Green+Blue) = 218+16+153=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1099 is #25EF66. Grayscale: #5B5B5B. Windows color (decimal): -2486119 or 10031322. OLE color: 10031322.

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

Color convert

RGB 218 16 153 -
CMYK 0 0.93 0.30 0.15
HSL 319.31º 0.86% 0.46% -
HSV(B) 319.31º 0.93% 0.85% -
XYZ 34.85 17.58 31.69 -
YUV 92.02 162.42 217.86 -
System Red Green Blue C M Y K H S L
Decimal 218 16 153 0 0.93 0.30 0.15 319.31 0.86 0.46
Hex DA 10 99 0 5D 1E F 13F 56 2E
Octal 332 20 231 0 135 36 17 477 126 56
Binary 11011010 10000 10011001 0 1011101 11110 1111 100111111 1010110 101110

Color Harmonies of #DA1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1099

Black with #DA1099

Text Example


Text Example

White with #DA1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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