Html Css Color HEX #DA1880 Medium Violet Red

📋 copy color: '#DA1880'

red 218 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #DA1880

Tints of Medium Violet Red #DA1880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 58.92%
G = 6.49%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA1880 (or 0xDA1880) is known color: Medium Violet Red. HEX triplet: DA, 18 and 80. RGB value is (218,24,128). Sum of RGB (Red+Green+Blue) = 218+24+128=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1880 is #25E77F. Grayscale: #5D5D5D. Windows color (decimal): -2484096 or 8394970. OLE color: 8394970.

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

Color convert

RGB 218 24 128 -
CMYK 0 0.89 0.41 0.15
HSL 327.84º 0.8% 0.47% -
HSV(B) 327.84º 0.89% 0.85% -
XYZ 33.14 17.12 21.98 -
YUV 93.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 218 24 128 0 0.89 0.41 0.15 327.84 0.8 0.47
Hex DA 18 80 0 59 29 F 148 50 2F
Octal 332 30 200 0 131 51 17 510 120 57
Binary 11011010 11000 10000000 0 1011001 101001 1111 101001000 1010000 101111

Color Harmonies of #DA1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1880

Black with #DA1880

Text Example


Text Example

White with #DA1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1880; }

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

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

background-color css

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

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

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

border-color css

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

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

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