Html Css Color HEX #DA157F Medium Violet Red

📋 copy color: '#DA157F'

red 218 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #DA157F

Tints of Medium Violet Red #DA157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 59.56%
G = 5.74%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA157F (or 0xDA157F) is known color: Medium Violet Red. HEX triplet: DA, 15 and 7F. RGB value is (218,21,127). Sum of RGB (Red+Green+Blue) = 218+21+127=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA157F is #25EA80. Grayscale: #5B5B5B. Windows color (decimal): -2484865 or 8328666. OLE color: 8328666.

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

Color convert

RGB 218 21 127 -
CMYK 0 0.90 0.42 0.15
HSL 327.72º 0.82% 0.47% -
HSV(B) 327.72º 0.9% 0.85% -
XYZ 33.01 16.97 21.62 -
YUV 91.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 218 21 127 0 0.90 0.42 0.15 327.72 0.82 0.47
Hex DA 15 7F 0 5A 2A F 148 52 2F
Octal 332 25 177 0 132 52 17 510 122 57
Binary 11011010 10101 1111111 0 1011010 101010 1111 101001000 1010010 101111

Color Harmonies of #DA157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA157F

Black with #DA157F

Text Example


Text Example

White with #DA157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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