Html Css Color HEX #DA1790 Medium Violet Red

📋 copy color: '#DA1790'

red 218 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #DA1790

Tints of Medium Violet Red #DA1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.97%

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

R = 56.62%
G = 5.97%
B = 37.4%

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

#DA1790 (or 0xDA1790) is known color: Medium Violet Red. HEX triplet: DA, 17 and 90. RGB value is (218,23,144). Sum of RGB (Red+Green+Blue) = 218+23+144=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1790 is #25E86F. Grayscale: #5E5E5E. Windows color (decimal): -2484336 or 9443290. OLE color: 9443290.

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

Color convert

RGB 218 23 144 -
CMYK 0 0.89 0.34 0.15
HSL 322.77º 0.81% 0.47% -
HSV(B) 322.77º 0.89% 0.85% -
XYZ 34.25 17.53 27.96 -
YUV 95.1 155.6 215.66 -
System Red Green Blue C M Y K H S L
Decimal 218 23 144 0 0.89 0.34 0.15 322.77 0.81 0.47
Hex DA 17 90 0 59 22 F 143 51 2F
Octal 332 27 220 0 131 42 17 503 121 57
Binary 11011010 10111 10010000 0 1011001 100010 1111 101000011 1010001 101111

Color Harmonies of #DA1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1790

Black with #DA1790

Text Example


Text Example

White with #DA1790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1790; }

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

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

background-color css

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

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

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

border-color css

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

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

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