Html Css Color HEX #DA1380 Medium Violet Red

📋 copy color: '#DA1380'

red 218 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #DA1380

Tints of Medium Violet Red #DA1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

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

R = 59.73%
G = 5.21%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA1380 (or 0xDA1380) is known color: Medium Violet Red. HEX triplet: DA, 13 and 80. RGB value is (218,19,128). Sum of RGB (Red+Green+Blue) = 218+19+128=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1380 is #25EC7F. Grayscale: #5A5A5A. Windows color (decimal): -2485376 or 8393690. OLE color: 8393690.

HSL color Cylindrical-coordinate representation of color #DA1380: hue angle of 327.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1380 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 128 -
CMYK 0 0.91 0.41 0.15
HSL 327.14º 0.84% 0.46% -
HSV(B) 327.14º 0.91% 0.85% -
XYZ 33.04 16.93 21.95 -
YUV 90.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 218 19 128 0 0.91 0.41 0.15 327.14 0.84 0.46
Hex DA 13 80 0 5B 29 F 147 54 2E
Octal 332 23 200 0 133 51 17 507 124 56
Binary 11011010 10011 10000000 0 1011011 101001 1111 101000111 1010100 101110

Color Harmonies of #DA1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1380

Black with #DA1380

Text Example


Text Example

White with #DA1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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