Html Css Color HEX #DA1987 Medium Violet Red

📋 copy color: '#DA1987'

red 218 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #DA1987

Tints of Medium Violet Red #DA1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.61%

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 57.67%
G = 6.61%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA1987 (or 0xDA1987) is known color: Medium Violet Red. HEX triplet: DA, 19 and 87. RGB value is (218,25,135). Sum of RGB (Red+Green+Blue) = 218+25+135=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1987 is #25E678. Grayscale: #5E5E5E. Windows color (decimal): -2483833 or 8853978. OLE color: 8853978.

HSL color Cylindrical-coordinate representation of color #DA1987: hue angle of 325.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1987 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 135 -
CMYK 0 0.89 0.38 0.15
HSL 325.8º 0.79% 0.48% -
HSV(B) 325.8º 0.89% 0.85% -
XYZ 33.63 17.35 24.5 -
YUV 95.25 150.44 215.56 -
System Red Green Blue C M Y K H S L
Decimal 218 25 135 0 0.89 0.38 0.15 325.8 0.79 0.48
Hex DA 19 87 0 59 26 F 146 4F 30
Octal 332 31 207 0 131 46 17 506 117 60
Binary 11011010 11001 10000111 0 1011001 100110 1111 101000110 1001111 110000

Color Harmonies of #DA1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1987

Black with #DA1987

Text Example


Text Example

White with #DA1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1987; }

 p { color: rgb(218,25,135); }

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

background-color css

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

 a { background-color: rgb(218,25,135); }

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

border-color css

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

 span { border-color: rgb(218,25,135); }

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