Html Css Color HEX #DA057A Medium Violet Red

📋 copy color: '#DA057A'

red 218 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #DA057A

Tints of Medium Violet Red #DA057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 63.19%
G = 1.45%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA057A (or 0xDA057A) is known color: Medium Violet Red. HEX triplet: DA, 05 and 7A. RGB value is (218,5,122). Sum of RGB (Red+Green+Blue) = 218+5+122=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA057A is #25FA85. Grayscale: #515151. Windows color (decimal): -2488966 or 7996890. OLE color: 7996890.

HSL color Cylindrical-coordinate representation of color #DA057A: hue angle of 327.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA057A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 122 -
CMYK 0 0.98 0.44 0.15
HSL 327.04º 0.96% 0.44% -
HSV(B) 327.04º 0.98% 0.85% -
XYZ 32.48 16.42 19.87 -
YUV 82.03 150.57 224.99 -
System Red Green Blue C M Y K H S L
Decimal 218 5 122 0 0.98 0.44 0.15 327.04 0.96 0.44
Hex DA 5 7A 0 62 2C F 147 60 2C
Octal 332 5 172 0 142 54 17 507 140 54
Binary 11011010 101 1111010 0 1100010 101100 1111 101000111 1100000 101100

Color Harmonies of #DA057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA057A

Black with #DA057A

Text Example


Text Example

White with #DA057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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