Html Css Color HEX #DA0180 Medium Violet Red

📋 copy color: '#DA0180'

red 218 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #DA0180

Tints of Medium Violet Red #DA0180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 62.82%
G = 0.29%
B = 36.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA0180 (or 0xDA0180) is known color: Medium Violet Red. HEX triplet: DA, 01 and 80. RGB value is (218,1,128). Sum of RGB (Red+Green+Blue) = 218+1+128=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0180 is #25FE7F. Grayscale: #505050. Windows color (decimal): -2489984 or 8389082. OLE color: 8389082.

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

Color convert

RGB 218 1 128 -
CMYK 0 1.00 0.41 0.15
HSL 324.88º 0.99% 0.43% -
HSV(B) 324.88º 1% 0.85% -
XYZ 32.82 16.49 21.87 -
YUV 80.36 154.89 226.17 -
System Red Green Blue C M Y K H S L
Decimal 218 1 128 0 1.00 0.41 0.15 324.88 0.99 0.43
Hex DA 1 80 0 64 29 F 145 63 2B
Octal 332 1 200 0 144 51 17 505 143 53
Binary 11011010 1 10000000 0 1100100 101001 1111 101000101 1100011 101011

Color Harmonies of #DA0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0180

Black with #DA0180

Text Example


Text Example

White with #DA0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0180; }

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

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

background-color css

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

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

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

border-color css

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

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

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