Html Css Color HEX #DA0D7A Medium Violet Red

📋 copy color: '#DA0D7A'

red 218 ◦ green 13 ◦ blue 122

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

Shades of Medium Violet Red #DA0D7A

Tints of Medium Violet Red #DA0D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 61.76%
G = 3.68%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA0D7A (or 0xDA0D7A) is known color: Medium Violet Red. HEX triplet: DA, 0D and 7A. RGB value is (218,13,122). Sum of RGB (Red+Green+Blue) = 218+13+122=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D7A is #25F285. Grayscale: #565656. Windows color (decimal): -2486918 or 7998938. OLE color: 7998938.

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

Color convert

RGB 218 13 122 -
CMYK 0 0.94 0.44 0.15
HSL 328.1º 0.89% 0.45% -
HSV(B) 328.1º 0.94% 0.85% -
XYZ 32.57 16.6 19.9 -
YUV 86.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 218 13 122 0 0.94 0.44 0.15 328.1 0.89 0.45
Hex DA D 7A 0 5E 2C F 148 59 2D
Octal 332 15 172 0 136 54 17 510 131 55
Binary 11011010 1101 1111010 0 1011110 101100 1111 101001000 1011001 101101

Color Harmonies of #DA0D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D7A

Black with #DA0D7A

Text Example


Text Example

White with #DA0D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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