Html Css Color HEX #DA0986 Medium Violet Red

📋 copy color: '#DA0986'

red 218 ◦ green 9 ◦ blue 134

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

Shades of Medium Violet Red #DA0986

Tints of Medium Violet Red #DA0986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 60.39%
G = 2.49%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0986 (or 0xDA0986) is known color: Medium Violet Red. HEX triplet: DA, 09 and 86. RGB value is (218,9,134). Sum of RGB (Red+Green+Blue) = 218+9+134=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0986 is #25F679. Grayscale: #555555. Windows color (decimal): -2487930 or 8784346. OLE color: 8784346.

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

Color convert

RGB 218 9 134 -
CMYK 0 0.96 0.39 0.15
HSL 324.11º 0.92% 0.45% -
HSV(B) 324.11º 0.96% 0.85% -
XYZ 33.31 16.82 24.05 -
YUV 85.74 155.24 222.34 -
System Red Green Blue C M Y K H S L
Decimal 218 9 134 0 0.96 0.39 0.15 324.11 0.92 0.45
Hex DA 9 86 0 60 27 F 144 5C 2D
Octal 332 11 206 0 140 47 17 504 134 55
Binary 11011010 1001 10000110 0 1100000 100111 1111 101000100 1011100 101101

Color Harmonies of #DA0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0986

Black with #DA0986

Text Example


Text Example

White with #DA0986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0986; }

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

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

background-color css

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

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

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

border-color css

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

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

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