Html Css Color HEX #DA0988 Medium Violet Red

📋 copy color: '#DA0988'

red 218 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #DA0988

Tints of Medium Violet Red #DA0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 60.06%
G = 2.48%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA0988 (or 0xDA0988) is known color: Medium Violet Red. HEX triplet: DA, 09 and 88. RGB value is (218,9,136). Sum of RGB (Red+Green+Blue) = 218+9+136=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0988 is #25F677. Grayscale: #555555. Windows color (decimal): -2487928 or 8915418. OLE color: 8915418.

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

Color convert

RGB 218 9 136 -
CMYK 0 0.96 0.38 0.15
HSL 323.54º 0.92% 0.45% -
HSV(B) 323.54º 0.96% 0.85% -
XYZ 33.46 16.88 24.79 -
YUV 85.97 156.24 222.17 -
System Red Green Blue C M Y K H S L
Decimal 218 9 136 0 0.96 0.38 0.15 323.54 0.92 0.45
Hex DA 9 88 0 60 26 F 144 5C 2D
Octal 332 11 210 0 140 46 17 504 134 55
Binary 11011010 1001 10001000 0 1100000 100110 1111 101000100 1011100 101101

Color Harmonies of #DA0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0988

Black with #DA0988

Text Example


Text Example

White with #DA0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0988; }

 p { color: rgb(218,9,136); }

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

background-color css

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

 a { background-color: rgb(218,9,136); }

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

border-color css

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

 span { border-color: rgb(218,9,136); }

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