Html Css Color HEX #DA1881 Medium Violet Red

📋 copy color: '#DA1881'

red 218 ◦ green 24 ◦ blue 129

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

Shades of Medium Violet Red #DA1881

Tints of Medium Violet Red #DA1881

RGB

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

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

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

R = 58.76%
G = 6.47%
B = 34.77%

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

#DA1881 (or 0xDA1881) is known color: Medium Violet Red. HEX triplet: DA, 18 and 81. RGB value is (218,24,129). Sum of RGB (Red+Green+Blue) = 218+24+129=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1881 is #25E77E. Grayscale: #5D5D5D. Windows color (decimal): -2484095 or 8460506. OLE color: 8460506.

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

Color convert

RGB 218 24 129 -
CMYK 0 0.89 0.41 0.15
HSL 327.53º 0.8% 0.47% -
HSV(B) 327.53º 0.89% 0.85% -
XYZ 33.2 17.14 22.33 -
YUV 93.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 218 24 129 0 0.89 0.41 0.15 327.53 0.8 0.47
Hex DA 18 81 0 59 29 F 148 50 2F
Octal 332 30 201 0 131 51 17 510 120 57
Binary 11011010 11000 10000001 0 1011001 101001 1111 101001000 1010000 101111

Color Harmonies of #DA1881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1881

Black with #DA1881

Text Example


Text Example

White with #DA1881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1881; }

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

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

background-color css

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

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

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

border-color css

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

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

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