Html Css Color HEX #DA157C Medium Violet Red

📋 copy color: '#DA157C'

red 218 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #DA157C

Tints of Medium Violet Red #DA157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 60.06%
G = 5.79%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA157C (or 0xDA157C) is known color: Medium Violet Red. HEX triplet: DA, 15 and 7C. RGB value is (218,21,124). Sum of RGB (Red+Green+Blue) = 218+21+124=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA157C is #25EA83. Grayscale: #5B5B5B. Windows color (decimal): -2484868 or 8132058. OLE color: 8132058.

HSL color Cylindrical-coordinate representation of color #DA157C: hue angle of 328.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA157C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 124 -
CMYK 0 0.90 0.43 0.15
HSL 328.63º 0.82% 0.47% -
HSV(B) 328.63º 0.9% 0.85% -
XYZ 32.82 16.9 20.6 -
YUV 91.65 146.27 218.12 -
System Red Green Blue C M Y K H S L
Decimal 218 21 124 0 0.90 0.43 0.15 328.63 0.82 0.47
Hex DA 15 7C 0 5A 2B F 149 52 2F
Octal 332 25 174 0 132 53 17 511 122 57
Binary 11011010 10101 1111100 0 1011010 101011 1111 101001001 1010010 101111

Color Harmonies of #DA157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA157C

Black with #DA157C

Text Example


Text Example

White with #DA157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA157C; }

 p { color: rgb(218,21,124); }

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

background-color css

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

 a { background-color: rgb(218,21,124); }

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

border-color css

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

 span { border-color: rgb(218,21,124); }

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