Html Css Color HEX #DA0691 Medium Violet Red

📋 copy color: '#DA0691'

red 218 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #DA0691

Tints of Medium Violet Red #DA0691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 59.08%
G = 1.63%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0691 (or 0xDA0691) is known color: Medium Violet Red. HEX triplet: DA, 06 and 91. RGB value is (218,6,145). Sum of RGB (Red+Green+Blue) = 218+6+145=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0691 is #25F96E. Grayscale: #545454. Windows color (decimal): -2488687 or 9504474. OLE color: 9504474.

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

Color convert

RGB 218 6 145 -
CMYK 0 0.97 0.33 0.15
HSL 320.66º 0.95% 0.44% -
HSV(B) 320.66º 0.97% 0.85% -
XYZ 34.09 17.08 28.29 -
YUV 85.23 161.74 222.7 -
System Red Green Blue C M Y K H S L
Decimal 218 6 145 0 0.97 0.33 0.15 320.66 0.95 0.44
Hex DA 6 91 0 61 21 F 141 5F 2C
Octal 332 6 221 0 141 41 17 501 137 54
Binary 11011010 110 10010001 0 1100001 100001 1111 101000001 1011111 101100

Color Harmonies of #DA0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0691

Black with #DA0691

Text Example


Text Example

White with #DA0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0691; }

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

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

background-color css

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

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

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

border-color css

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

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

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