Html Css Color HEX #DA159F Medium Violet Red

📋 copy color: '#DA159F'

red 218 ◦ green 21 ◦ blue 159

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

Shades of Medium Violet Red #DA159F

Tints of Medium Violet Red #DA159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 54.77%
G = 5.28%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA159F (or 0xDA159F) is known color: Medium Violet Red. HEX triplet: DA, 15 and 9F. RGB value is (218,21,159). Sum of RGB (Red+Green+Blue) = 218+21+159=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA159F is #25EA60. Grayscale: #5F5F5F. Windows color (decimal): -2484833 or 10425818. OLE color: 10425818.

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

Color convert

RGB 218 21 159 -
CMYK 0 0.90 0.27 0.15
HSL 317.97º 0.82% 0.47% -
HSV(B) 317.97º 0.9% 0.85% -
XYZ 35.44 17.94 34.4 -
YUV 95.64 163.77 215.28 -
System Red Green Blue C M Y K H S L
Decimal 218 21 159 0 0.90 0.27 0.15 317.97 0.82 0.47
Hex DA 15 9F 0 5A 1B F 13E 52 2F
Octal 332 25 237 0 132 33 17 476 122 57
Binary 11011010 10101 10011111 0 1011010 11011 1111 100111110 1010010 101111

Color Harmonies of #DA159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA159F

Black with #DA159F

Text Example


Text Example

White with #DA159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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