Html Css Color HEX #DA0089 Medium Violet Red

📋 copy color: '#DA0089'

red 218 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #DA0089

Tints of Medium Violet Red #DA0089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 61.41%
G = 0%
B = 38.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA0089 (or 0xDA0089) is known color: Medium Violet Red. HEX triplet: DA, 00 and 89. RGB value is (218,0,137). Sum of RGB (Red+Green+Blue) = 218+0+137=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0089 is #25FF76. Grayscale: #505050. Windows color (decimal): -2490231 or 8978650. OLE color: 8978650.

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

Color convert

RGB 218 0 137 -
CMYK 0 1 0.37 0.15
HSL 322.29º 1% 0.43% -
HSV(B) 322.29º 1% 0.85% -
XYZ 33.43 16.71 25.13 -
YUV 80.8 159.72 225.86 -
System Red Green Blue C M Y K H S L
Decimal 218 0 137 0 1 0.37 0.15 322.29 1 0.43
Hex DA 0 89 0 64 25 F 142 64 2B
Octal 332 0 211 0 144 45 17 502 144 53
Binary 11011010 0 10001001 0 1100100 100101 1111 101000010 1100100 101011

Color Harmonies of #DA0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0089

Black with #DA0089

Text Example


Text Example

White with #DA0089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0089; }

 p { color: rgb(218,0,137); }

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

background-color css

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

 a { background-color: rgb(218,0,137); }

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

border-color css

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

 span { border-color: rgb(218,0,137); }

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