Html Css Color HEX #DA1481 Medium Violet Red

📋 copy color: '#DA1481'

red 218 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #DA1481

Tints of Medium Violet Red #DA1481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 59.4%
G = 5.45%
B = 35.15%

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

#DA1481 (or 0xDA1481) is known color: Medium Violet Red. HEX triplet: DA, 14 and 81. RGB value is (218,20,129). Sum of RGB (Red+Green+Blue) = 218+20+129=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1481 is #25EB7E. Grayscale: #5B5B5B. Windows color (decimal): -2485119 or 8459482. OLE color: 8459482.

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

Color convert

RGB 218 20 129 -
CMYK 0 0.91 0.41 0.15
HSL 326.97º 0.83% 0.47% -
HSV(B) 326.97º 0.91% 0.85% -
XYZ 33.13 16.99 22.3 -
YUV 91.63 149.1 218.14 -
System Red Green Blue C M Y K H S L
Decimal 218 20 129 0 0.91 0.41 0.15 326.97 0.83 0.47
Hex DA 14 81 0 5B 29 F 147 53 2F
Octal 332 24 201 0 133 51 17 507 123 57
Binary 11011010 10100 10000001 0 1011011 101001 1111 101000111 1010011 101111

Color Harmonies of #DA1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1481

Black with #DA1481

Text Example


Text Example

White with #DA1481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1481; }

 p { color: rgb(218,20,129); }

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

background-color css

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

 a { background-color: rgb(218,20,129); }

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

border-color css

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

 span { border-color: rgb(218,20,129); }

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