Html Css Color HEX #DA108C Medium Violet Red

📋 copy color: '#DA108C'

red 218 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #DA108C

Tints of Medium Violet Red #DA108C

RGB

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

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

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

R = 58.29%
G = 4.28%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA108C (or 0xDA108C) is known color: Medium Violet Red. HEX triplet: DA, 10 and 8C. RGB value is (218,16,140). Sum of RGB (Red+Green+Blue) = 218+16+140=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA108C is #25EF73. Grayscale: #5A5A5A. Windows color (decimal): -2486132 or 9179354. OLE color: 9179354.

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

Color convert

RGB 218 16 140 -
CMYK 0 0.93 0.36 0.15
HSL 323.17º 0.86% 0.46% -
HSV(B) 323.17º 0.93% 0.85% -
XYZ 33.83 17.17 26.34 -
YUV 90.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 218 16 140 0 0.93 0.36 0.15 323.17 0.86 0.46
Hex DA 10 8C 0 5D 24 F 143 56 2E
Octal 332 20 214 0 135 44 17 503 126 56
Binary 11011010 10000 10001100 0 1011101 100100 1111 101000011 1010110 101110

Color Harmonies of #DA108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA108C

Black with #DA108C

Text Example


Text Example

White with #DA108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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