Html Css Color HEX #DA1681 Medium Violet Red

📋 copy color: '#DA1681'

red 218 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #DA1681

Tints of Medium Violet Red #DA1681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

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

R = 59.08%
G = 5.96%
B = 34.96%

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

#DA1681 (or 0xDA1681) is known color: Medium Violet Red. HEX triplet: DA, 16 and 81. RGB value is (218,22,129). Sum of RGB (Red+Green+Blue) = 218+22+129=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1681 is #25E97E. Grayscale: #5C5C5C. Windows color (decimal): -2484607 or 8459994. OLE color: 8459994.

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

Color convert

RGB 218 22 129 -
CMYK 0 0.90 0.41 0.15
HSL 327.24º 0.82% 0.47% -
HSV(B) 327.24º 0.9% 0.85% -
XYZ 33.16 17.06 22.31 -
YUV 92.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 218 22 129 0 0.90 0.41 0.15 327.24 0.82 0.47
Hex DA 16 81 0 5A 29 F 147 52 2F
Octal 332 26 201 0 132 51 17 507 122 57
Binary 11011010 10110 10000001 0 1011010 101001 1111 101000111 1010010 101111

Color Harmonies of #DA1681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1681

Black with #DA1681

Text Example


Text Example

White with #DA1681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1681; }

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

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

background-color css

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

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

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

border-color css

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

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

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