Html Css Color HEX #DA0185 Medium Violet Red

📋 copy color: '#DA0185'

red 218 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #DA0185

Tints of Medium Violet Red #DA0185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 61.93%
G = 0.28%
B = 37.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0185 (or 0xDA0185) is known color: Medium Violet Red. HEX triplet: DA, 01 and 85. RGB value is (218,1,133). Sum of RGB (Red+Green+Blue) = 218+1+133=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0185 is #25FE7A. Grayscale: #505050. Windows color (decimal): -2489979 or 8716762. OLE color: 8716762.

HSL color Cylindrical-coordinate representation of color #DA0185: hue angle of 323.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0185 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 133 -
CMYK 0 1.00 0.39 0.15
HSL 323.5º 0.99% 0.43% -
HSV(B) 323.5º 1% 0.85% -
XYZ 33.16 16.62 23.65 -
YUV 80.93 157.39 225.77 -
System Red Green Blue C M Y K H S L
Decimal 218 1 133 0 1.00 0.39 0.15 323.5 0.99 0.43
Hex DA 1 85 0 64 27 F 144 63 2B
Octal 332 1 205 0 144 47 17 504 143 53
Binary 11011010 1 10000101 0 1100100 100111 1111 101000100 1100011 101011

Color Harmonies of #DA0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0185

Black with #DA0185

Text Example


Text Example

White with #DA0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0185; }

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

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

background-color css

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

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

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

border-color css

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

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

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