Html Css Color HEX #DA1785 Medium Violet Red

📋 copy color: '#DA1785'

red 218 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #DA1785

Tints of Medium Violet Red #DA1785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.15%

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 58.29%
G = 6.15%
B = 35.56%

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

#DA1785 (or 0xDA1785) is known color: Medium Violet Red. HEX triplet: DA, 17 and 85. RGB value is (218,23,133). Sum of RGB (Red+Green+Blue) = 218+23+133=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1785 is #25E87A. Grayscale: #5D5D5D. Windows color (decimal): -2484347 or 8722394. OLE color: 8722394.

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

Color convert

RGB 218 23 133 -
CMYK 0 0.89 0.39 0.15
HSL 326.15º 0.81% 0.47% -
HSV(B) 326.15º 0.89% 0.85% -
XYZ 33.45 17.21 23.75 -
YUV 93.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 218 23 133 0 0.89 0.39 0.15 326.15 0.81 0.47
Hex DA 17 85 0 59 27 F 146 51 2F
Octal 332 27 205 0 131 47 17 506 121 57
Binary 11011010 10111 10000101 0 1011001 100111 1111 101000110 1010001 101111

Color Harmonies of #DA1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1785

Black with #DA1785

Text Example


Text Example

White with #DA1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1785; }

 p { color: rgb(218,23,133); }

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

background-color css

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

 a { background-color: rgb(218,23,133); }

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

border-color css

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

 span { border-color: rgb(218,23,133); }

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