Html Css Color HEX #DA0E7A Medium Violet Red

📋 copy color: '#DA0E7A'

red 218 ◦ green 14 ◦ blue 122

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

Shades of Medium Violet Red #DA0E7A

Tints of Medium Violet Red #DA0E7A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.95%

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

R = 61.58%
G = 3.95%
B = 34.46%

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

#DA0E7A (or 0xDA0E7A) is known color: Medium Violet Red. HEX triplet: DA, 0E and 7A. RGB value is (218,14,122). Sum of RGB (Red+Green+Blue) = 218+14+122=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0E7A is #25F185. Grayscale: #575757. Windows color (decimal): -2486662 or 7999194. OLE color: 7999194.

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

Color convert

RGB 218 14 122 -
CMYK 0 0.94 0.44 0.15
HSL 328.24º 0.88% 0.45% -
HSV(B) 328.24º 0.94% 0.85% -
XYZ 32.58 16.62 19.9 -
YUV 87.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 218 14 122 0 0.94 0.44 0.15 328.24 0.88 0.45
Hex DA E 7A 0 5E 2C F 148 58 2D
Octal 332 16 172 0 136 54 17 510 130 55
Binary 11011010 1110 1111010 0 1011110 101100 1111 101001000 1011000 101101

Color Harmonies of #DA0E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E7A

Black with #DA0E7A

Text Example


Text Example

White with #DA0E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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