Html Css Color HEX #DA0D95 Medium Violet Red

📋 copy color: '#DA0D95'

red 218 ◦ green 13 ◦ blue 149

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

Shades of Medium Violet Red #DA0D95

Tints of Medium Violet Red #DA0D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 57.37%
G = 3.42%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA0D95 (or 0xDA0D95) is known color: Medium Violet Red. HEX triplet: DA, 0D and 95. RGB value is (218,13,149). Sum of RGB (Red+Green+Blue) = 218+13+149=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0D95 is #25F26A. Grayscale: #595959. Windows color (decimal): -2486891 or 9768410. OLE color: 9768410.

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

Color convert

RGB 218 13 149 -
CMYK 0 0.94 0.32 0.15
HSL 320.2º 0.89% 0.45% -
HSV(B) 320.2º 0.94% 0.85% -
XYZ 34.48 17.36 29.97 -
YUV 89.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 218 13 149 0 0.94 0.32 0.15 320.2 0.89 0.45
Hex DA D 95 0 5E 20 F 140 59 2D
Octal 332 15 225 0 136 40 17 500 131 55
Binary 11011010 1101 10010101 0 1011110 100000 1111 101000000 1011001 101101

Color Harmonies of #DA0D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D95

Black with #DA0D95

Text Example


Text Example

White with #DA0D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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