Html Css Color HEX #DA1886 Medium Violet Red

📋 copy color: '#DA1886'

red 218 ◦ green 24 ◦ blue 134

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

Shades of Medium Violet Red #DA1886

Tints of Medium Violet Red #DA1886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 57.98%
G = 6.38%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA1886 (or 0xDA1886) is known color: Medium Violet Red. HEX triplet: DA, 18 and 86. RGB value is (218,24,134). Sum of RGB (Red+Green+Blue) = 218+24+134=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1886 is #25E779. Grayscale: #5E5E5E. Windows color (decimal): -2484090 or 8788186. OLE color: 8788186.

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

Color convert

RGB 218 24 134 -
CMYK 0 0.89 0.39 0.15
HSL 325.98º 0.8% 0.47% -
HSV(B) 325.98º 0.89% 0.85% -
XYZ 33.54 17.28 24.12 -
YUV 94.55 150.27 216.06 -
System Red Green Blue C M Y K H S L
Decimal 218 24 134 0 0.89 0.39 0.15 325.98 0.8 0.47
Hex DA 18 86 0 59 27 F 146 50 2F
Octal 332 30 206 0 131 47 17 506 120 57
Binary 11011010 11000 10000110 0 1011001 100111 1111 101000110 1010000 101111

Color Harmonies of #DA1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1886

Black with #DA1886

Text Example


Text Example

White with #DA1886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1886; }

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

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

background-color css

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

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

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

border-color css

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

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

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