Html Css Color HEX #DA0D8D Medium Violet Red

📋 copy color: '#DA0D8D'

red 218 ◦ green 13 ◦ blue 141

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

Shades of Medium Violet Red #DA0D8D

Tints of Medium Violet Red #DA0D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 58.6%
G = 3.49%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA0D8D (or 0xDA0D8D) is known color: Medium Violet Red. HEX triplet: DA, 0D and 8D. RGB value is (218,13,141). Sum of RGB (Red+Green+Blue) = 218+13+141=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0D8D is #25F272. Grayscale: #585858. Windows color (decimal): -2486899 or 9244122. OLE color: 9244122.

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

Color convert

RGB 218 13 141 -
CMYK 0 0.94 0.35 0.15
HSL 322.54º 0.89% 0.45% -
HSV(B) 322.54º 0.94% 0.85% -
XYZ 33.87 17.12 26.72 -
YUV 88.89 157.42 220.09 -
System Red Green Blue C M Y K H S L
Decimal 218 13 141 0 0.94 0.35 0.15 322.54 0.89 0.45
Hex DA D 8D 0 5E 23 F 143 59 2D
Octal 332 15 215 0 136 43 17 503 131 55
Binary 11011010 1101 10001101 0 1011110 100011 1111 101000011 1011001 101101

Color Harmonies of #DA0D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D8D

Black with #DA0D8D

Text Example


Text Example

White with #DA0D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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