Html Css Color HEX #DA0585 Medium Violet Red

📋 copy color: '#DA0585'

red 218 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #DA0585

Tints of Medium Violet Red #DA0585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 61.24%
G = 1.4%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0585 (or 0xDA0585) is known color: Medium Violet Red. HEX triplet: DA, 05 and 85. RGB value is (218,5,133). Sum of RGB (Red+Green+Blue) = 218+5+133=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0585 is #25FA7A. Grayscale: #525252. Windows color (decimal): -2488955 or 8717786. OLE color: 8717786.

HSL color Cylindrical-coordinate representation of color #DA0585: hue angle of 323.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0585 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 133 -
CMYK 0 0.98 0.39 0.15
HSL 323.94º 0.96% 0.44% -
HSV(B) 323.94º 0.98% 0.85% -
XYZ 33.2 16.71 23.67 -
YUV 83.28 156.07 224.09 -
System Red Green Blue C M Y K H S L
Decimal 218 5 133 0 0.98 0.39 0.15 323.94 0.96 0.44
Hex DA 5 85 0 62 27 F 144 60 2C
Octal 332 5 205 0 142 47 17 504 140 54
Binary 11011010 101 10000101 0 1100010 100111 1111 101000100 1100000 101100

Color Harmonies of #DA0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0585

Black with #DA0585

Text Example


Text Example

White with #DA0585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0585; }

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

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

background-color css

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

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

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

border-color css

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

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

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