Html Css Color HEX #DA109B Medium Violet Red

📋 copy color: '#DA109B'

red 218 ◦ green 16 ◦ blue 155

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

Shades of Medium Violet Red #DA109B

Tints of Medium Violet Red #DA109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

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

R = 56.04%
G = 4.11%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA109B (or 0xDA109B) is known color: Medium Violet Red. HEX triplet: DA, 10 and 9B. RGB value is (218,16,155). Sum of RGB (Red+Green+Blue) = 218+16+155=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA109B is #25EF64. Grayscale: #5B5B5B. Windows color (decimal): -2486117 or 10162394. OLE color: 10162394.

HSL color Cylindrical-coordinate representation of color #DA109B: hue angle of 318.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA109B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 16 155 -
CMYK 0 0.93 0.29 0.15
HSL 318.71º 0.86% 0.46% -
HSV(B) 318.71º 0.93% 0.85% -
XYZ 35.02 17.64 32.57 -
YUV 92.24 163.42 217.7 -
System Red Green Blue C M Y K H S L
Decimal 218 16 155 0 0.93 0.29 0.15 318.71 0.86 0.46
Hex DA 10 9B 0 5D 1D F 13F 56 2E
Octal 332 20 233 0 135 35 17 477 126 56
Binary 11011010 10000 10011011 0 1011101 11101 1111 100111111 1010110 101110

Color Harmonies of #DA109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA109B

Black with #DA109B

Text Example


Text Example

White with #DA109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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