Html Css Color HEX #DA159C Medium Violet Red

📋 copy color: '#DA159C'

red 218 ◦ green 21 ◦ blue 156

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

Shades of Medium Violet Red #DA159C

Tints of Medium Violet Red #DA159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 55.19%
G = 5.32%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA159C (or 0xDA159C) is known color: Medium Violet Red. HEX triplet: DA, 15 and 9C. RGB value is (218,21,156). Sum of RGB (Red+Green+Blue) = 218+21+156=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA159C is #25EA63. Grayscale: #5E5E5E. Windows color (decimal): -2484836 or 10229210. OLE color: 10229210.

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

Color convert

RGB 218 21 156 -
CMYK 0 0.90 0.28 0.15
HSL 318.88º 0.82% 0.47% -
HSV(B) 318.88º 0.9% 0.85% -
XYZ 35.18 17.84 33.04 -
YUV 95.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 218 21 156 0 0.90 0.28 0.15 318.88 0.82 0.47
Hex DA 15 9C 0 5A 1C F 13F 52 2F
Octal 332 25 234 0 132 34 17 477 122 57
Binary 11011010 10101 10011100 0 1011010 11100 1111 100111111 1010010 101111

Color Harmonies of #DA159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA159C

Black with #DA159C

Text Example


Text Example

White with #DA159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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