Html Css Color HEX #DA0289 Medium Violet Red

📋 copy color: '#DA0289'

red 218 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #DA0289

Tints of Medium Violet Red #DA0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 61.06%
G = 0.56%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA0289 (or 0xDA0289) is known color: Medium Violet Red. HEX triplet: DA, 02 and 89. RGB value is (218,2,137). Sum of RGB (Red+Green+Blue) = 218+2+137=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0289 is #25FD76. Grayscale: #515151. Windows color (decimal): -2489719 or 8979162. OLE color: 8979162.

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

Color convert

RGB 218 2 137 -
CMYK 0 0.99 0.37 0.15
HSL 322.5º 0.98% 0.43% -
HSV(B) 322.5º 0.99% 0.85% -
XYZ 33.45 16.75 25.14 -
YUV 81.97 159.06 225.02 -
System Red Green Blue C M Y K H S L
Decimal 218 2 137 0 0.99 0.37 0.15 322.5 0.98 0.43
Hex DA 2 89 0 63 25 F 142 62 2B
Octal 332 2 211 0 143 45 17 502 142 53
Binary 11011010 10 10001001 0 1100011 100101 1111 101000010 1100010 101011

Color Harmonies of #DA0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0289

Black with #DA0289

Text Example


Text Example

White with #DA0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0289; }

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

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

background-color css

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

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

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

border-color css

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

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

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