Html Css Color HEX #DA158C Medium Violet Red

📋 copy color: '#DA158C'

red 218 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #DA158C

Tints of Medium Violet Red #DA158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 57.52%
G = 5.54%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA158C (or 0xDA158C) is known color: Medium Violet Red. HEX triplet: DA, 15 and 8C. RGB value is (218,21,140). Sum of RGB (Red+Green+Blue) = 218+21+140=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA158C is #25EA73. Grayscale: #5D5D5D. Windows color (decimal): -2484852 or 9180634. OLE color: 9180634.

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

Color convert

RGB 218 21 140 -
CMYK 0 0.90 0.36 0.15
HSL 323.76º 0.82% 0.47% -
HSV(B) 323.76º 0.9% 0.85% -
XYZ 33.92 17.34 26.37 -
YUV 93.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 218 21 140 0 0.90 0.36 0.15 323.76 0.82 0.47
Hex DA 15 8C 0 5A 24 F 144 52 2F
Octal 332 25 214 0 132 44 17 504 122 57
Binary 11011010 10101 10001100 0 1011010 100100 1111 101000100 1010010 101111

Color Harmonies of #DA158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA158C

Black with #DA158C

Text Example


Text Example

White with #DA158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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