Html Css Color HEX #DA1890 Medium Violet Red

📋 copy color: '#DA1890'

red 218 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #DA1890

Tints of Medium Violet Red #DA1890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 56.48%
G = 6.22%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA1890 (or 0xDA1890) is known color: Medium Violet Red. HEX triplet: DA, 18 and 90. RGB value is (218,24,144). Sum of RGB (Red+Green+Blue) = 218+24+144=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1890 is #25E76F. Grayscale: #5F5F5F. Windows color (decimal): -2484080 or 9443546. OLE color: 9443546.

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

Color convert

RGB 218 24 144 -
CMYK 0 0.89 0.34 0.15
HSL 322.89º 0.8% 0.47% -
HSV(B) 322.89º 0.89% 0.85% -
XYZ 34.27 17.57 27.97 -
YUV 95.69 155.27 215.24 -
System Red Green Blue C M Y K H S L
Decimal 218 24 144 0 0.89 0.34 0.15 322.89 0.8 0.47
Hex DA 18 90 0 59 22 F 143 50 2F
Octal 332 30 220 0 131 42 17 503 120 57
Binary 11011010 11000 10010000 0 1011001 100010 1111 101000011 1010000 101111

Color Harmonies of #DA1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1890

Black with #DA1890

Text Example


Text Example

White with #DA1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1890; }

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

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

background-color css

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

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

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

border-color css

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

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

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