Html Css Color HEX #DA1889 Medium Violet Red

📋 copy color: '#DA1889'

red 218 ◦ green 24 ◦ blue 137

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

Shades of Medium Violet Red #DA1889

Tints of Medium Violet Red #DA1889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.33%

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

R = 57.52%
G = 6.33%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA1889 (or 0xDA1889) is known color: Medium Violet Red. HEX triplet: DA, 18 and 89. RGB value is (218,24,137). Sum of RGB (Red+Green+Blue) = 218+24+137=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1889 is #25E776. Grayscale: #5E5E5E. Windows color (decimal): -2484087 or 8984794. OLE color: 8984794.

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

Color convert

RGB 218 24 137 -
CMYK 0 0.89 0.37 0.15
HSL 325.05º 0.8% 0.47% -
HSV(B) 325.05º 0.89% 0.85% -
XYZ 33.76 17.36 25.24 -
YUV 94.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 218 24 137 0 0.89 0.37 0.15 325.05 0.8 0.47
Hex DA 18 89 0 59 25 F 145 50 2F
Octal 332 30 211 0 131 45 17 505 120 57
Binary 11011010 11000 10001001 0 1011001 100101 1111 101000101 1010000 101111

Color Harmonies of #DA1889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1889

Black with #DA1889

Text Example


Text Example

White with #DA1889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1889; }

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

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

background-color css

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

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

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

border-color css

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

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

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