Html Css Color HEX #DA158D Medium Violet Red

📋 copy color: '#DA158D'

red 218 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #DA158D

Tints of Medium Violet Red #DA158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 57.37%
G = 5.53%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA158D (or 0xDA158D) is known color: Medium Violet Red. HEX triplet: DA, 15 and 8D. RGB value is (218,21,141). Sum of RGB (Red+Green+Blue) = 218+21+141=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA158D is #25EA72. Grayscale: #5D5D5D. Windows color (decimal): -2484851 or 9246170. OLE color: 9246170.

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

Color convert

RGB 218 21 141 -
CMYK 0 0.90 0.35 0.15
HSL 323.45º 0.82% 0.47% -
HSV(B) 323.45º 0.9% 0.85% -
XYZ 33.99 17.36 26.76 -
YUV 93.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 218 21 141 0 0.90 0.35 0.15 323.45 0.82 0.47
Hex DA 15 8D 0 5A 23 F 143 52 2F
Octal 332 25 215 0 132 43 17 503 122 57
Binary 11011010 10101 10001101 0 1011010 100011 1111 101000011 1010010 101111

Color Harmonies of #DA158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA158D

Black with #DA158D

Text Example


Text Example

White with #DA158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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