Html Css Color HEX #DA1489 Medium Violet Red

📋 copy color: '#DA1489'

red 218 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #DA1489

Tints of Medium Violet Red #DA1489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 58.13%
G = 5.33%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA1489 (or 0xDA1489) is known color: Medium Violet Red. HEX triplet: DA, 14 and 89. RGB value is (218,20,137). Sum of RGB (Red+Green+Blue) = 218+20+137=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1489 is #25EB76. Grayscale: #5C5C5C. Windows color (decimal): -2485111 or 8983770. OLE color: 8983770.

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

Color convert

RGB 218 20 137 -
CMYK 0 0.91 0.37 0.15
HSL 324.55º 0.83% 0.47% -
HSV(B) 324.55º 0.91% 0.85% -
XYZ 33.68 17.21 25.21 -
YUV 92.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 218 20 137 0 0.91 0.37 0.15 324.55 0.83 0.47
Hex DA 14 89 0 5B 25 F 145 53 2F
Octal 332 24 211 0 133 45 17 505 123 57
Binary 11011010 10100 10001001 0 1011011 100101 1111 101000101 1010011 101111

Color Harmonies of #DA1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1489

Black with #DA1489

Text Example


Text Example

White with #DA1489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1489; }

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

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

background-color css

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

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

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

border-color css

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

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

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