Html Css Color HEX #DA0686 Medium Violet Red

📋 copy color: '#DA0686'

red 218 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #DA0686

Tints of Medium Violet Red #DA0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 60.89%
G = 1.68%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0686 (or 0xDA0686) is known color: Medium Violet Red. HEX triplet: DA, 06 and 86. RGB value is (218,6,134). Sum of RGB (Red+Green+Blue) = 218+6+134=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0686 is #25F979. Grayscale: #535353. Windows color (decimal): -2488698 or 8783578. OLE color: 8783578.

HSL color Cylindrical-coordinate representation of color #DA0686: hue angle of 323.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0686 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 134 -
CMYK 0 0.97 0.39 0.15
HSL 323.77º 0.95% 0.44% -
HSV(B) 323.77º 0.97% 0.85% -
XYZ 33.28 16.76 24.03 -
YUV 83.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 218 6 134 0 0.97 0.39 0.15 323.77 0.95 0.44
Hex DA 6 86 0 61 27 F 144 5F 2C
Octal 332 6 206 0 141 47 17 504 137 54
Binary 11011010 110 10000110 0 1100001 100111 1111 101000100 1011111 101100

Color Harmonies of #DA0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0686

Black with #DA0686

Text Example


Text Example

White with #DA0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0686; }

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

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

background-color css

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

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

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

border-color css

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

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

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