Html Css Color HEX #DA0D91 Medium Violet Red

📋 copy color: '#DA0D91'

red 218 ◦ green 13 ◦ blue 145

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

Shades of Medium Violet Red #DA0D91

Tints of Medium Violet Red #DA0D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.46%

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

R = 57.98%
G = 3.46%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0D91 (or 0xDA0D91) is known color: Medium Violet Red. HEX triplet: DA, 0D and 91. RGB value is (218,13,145). Sum of RGB (Red+Green+Blue) = 218+13+145=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0D91 is #25F26E. Grayscale: #595959. Windows color (decimal): -2486895 or 9506266. OLE color: 9506266.

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

Color convert

RGB 218 13 145 -
CMYK 0 0.94 0.33 0.15
HSL 321.37º 0.89% 0.45% -
HSV(B) 321.37º 0.94% 0.85% -
XYZ 34.17 17.24 28.31 -
YUV 89.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 218 13 145 0 0.94 0.33 0.15 321.37 0.89 0.45
Hex DA D 91 0 5E 21 F 141 59 2D
Octal 332 15 221 0 136 41 17 501 131 55
Binary 11011010 1101 10010001 0 1011110 100001 1111 101000001 1011001 101101

Color Harmonies of #DA0D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D91

Black with #DA0D91

Text Example


Text Example

White with #DA0D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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