Html Css Color HEX #DA107F Medium Violet Red

📋 copy color: '#DA107F'

red 218 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #DA107F

Tints of Medium Violet Red #DA107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.18%

R = 60.39%
G = 4.43%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA107F (or 0xDA107F) is known color: Medium Violet Red. HEX triplet: DA, 10 and 7F. RGB value is (218,16,127). Sum of RGB (Red+Green+Blue) = 218+16+127=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA107F is #25EF80. Grayscale: #585858. Windows color (decimal): -2486145 or 8327386. OLE color: 8327386.

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

Color convert

RGB 218 16 127 -
CMYK 0 0.93 0.42 0.15
HSL 327.03º 0.86% 0.46% -
HSV(B) 327.03º 0.93% 0.85% -
XYZ 32.93 16.81 21.59 -
YUV 89.05 149.42 219.97 -
System Red Green Blue C M Y K H S L
Decimal 218 16 127 0 0.93 0.42 0.15 327.03 0.86 0.46
Hex DA 10 7F 0 5D 2A F 147 56 2E
Octal 332 20 177 0 135 52 17 507 126 56
Binary 11011010 10000 1111111 0 1011101 101010 1111 101000111 1010110 101110

Color Harmonies of #DA107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA107F

Black with #DA107F

Text Example


Text Example

White with #DA107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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