Html Css Color HEX #DA159B Medium Violet Red

📋 copy color: '#DA159B'

red 218 ◦ green 21 ◦ blue 155

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

Shades of Medium Violet Red #DA159B

Tints of Medium Violet Red #DA159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 55.33%
G = 5.33%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA159B (or 0xDA159B) is known color: Medium Violet Red. HEX triplet: DA, 15 and 9B. RGB value is (218,21,155). Sum of RGB (Red+Green+Blue) = 218+21+155=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA159B is #25EA64. Grayscale: #5E5E5E. Windows color (decimal): -2484837 or 10163674. OLE color: 10163674.

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

Color convert

RGB 218 21 155 -
CMYK 0 0.90 0.29 0.15
HSL 319.19º 0.82% 0.47% -
HSV(B) 319.19º 0.9% 0.85% -
XYZ 35.1 17.81 32.6 -
YUV 95.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 218 21 155 0 0.90 0.29 0.15 319.19 0.82 0.47
Hex DA 15 9B 0 5A 1D F 13F 52 2F
Octal 332 25 233 0 132 35 17 477 122 57
Binary 11011010 10101 10011011 0 1011010 11101 1111 100111111 1010010 101111

Color Harmonies of #DA159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA159B

Black with #DA159B

Text Example


Text Example

White with #DA159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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