Html Css Color HEX #DA1499 Medium Violet Red

📋 copy color: '#DA1499'

red 218 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #DA1499

Tints of Medium Violet Red #DA1499

RGB

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

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

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

R = 55.75%
G = 5.12%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA1499 (or 0xDA1499) is known color: Medium Violet Red. HEX triplet: DA, 14 and 99. RGB value is (218,20,153). Sum of RGB (Red+Green+Blue) = 218+20+153=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1499 is #25EB66. Grayscale: #5E5E5E. Windows color (decimal): -2485095 or 10032346. OLE color: 10032346.

HSL color Cylindrical-coordinate representation of color #DA1499: hue angle of 319.7º 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 #DA1499 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 153 -
CMYK 0 0.91 0.30 0.15
HSL 319.7º 0.83% 0.47% -
HSV(B) 319.7º 0.91% 0.85% -
XYZ 34.91 17.71 31.71 -
YUV 94.36 161.1 216.19 -
System Red Green Blue C M Y K H S L
Decimal 218 20 153 0 0.91 0.30 0.15 319.7 0.83 0.47
Hex DA 14 99 0 5B 1E F 140 53 2F
Octal 332 24 231 0 133 36 17 500 123 57
Binary 11011010 10100 10011001 0 1011011 11110 1111 101000000 1010011 101111

Color Harmonies of #DA1499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1499

Black with #DA1499

Text Example


Text Example

White with #DA1499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1499; }

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

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

background-color css

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

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

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

border-color css

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

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

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