Html Css Color HEX #DA1581 Medium Violet Red

📋 copy color: '#DA1581'

red 218 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #DA1581

Tints of Medium Violet Red #DA1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 59.24%
G = 5.71%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA1581 (or 0xDA1581) is known color: Medium Violet Red. HEX triplet: DA, 15 and 81. RGB value is (218,21,129). Sum of RGB (Red+Green+Blue) = 218+21+129=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1581 is #25EA7E. Grayscale: #5B5B5B. Windows color (decimal): -2484863 or 8459738. OLE color: 8459738.

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

Color convert

RGB 218 21 129 -
CMYK 0 0.90 0.41 0.15
HSL 327.11º 0.82% 0.47% -
HSV(B) 327.11º 0.9% 0.85% -
XYZ 33.14 17.03 22.31 -
YUV 92.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 218 21 129 0 0.90 0.41 0.15 327.11 0.82 0.47
Hex DA 15 81 0 5A 29 F 147 52 2F
Octal 332 25 201 0 132 51 17 507 122 57
Binary 11011010 10101 10000001 0 1011010 101001 1111 101000111 1010010 101111

Color Harmonies of #DA1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1581

Black with #DA1581

Text Example


Text Example

White with #DA1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1581; }

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

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

background-color css

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

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

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

border-color css

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

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

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