Html Css Color HEX #DA1083 Medium Violet Red

📋 copy color: '#DA1083'

red 218 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #DA1083

Tints of Medium Violet Red #DA1083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 59.73%
G = 4.38%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA1083 (or 0xDA1083) is known color: Medium Violet Red. HEX triplet: DA, 10 and 83. RGB value is (218,16,131). Sum of RGB (Red+Green+Blue) = 218+16+131=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1083 is #25EF7C. Grayscale: #595959. Windows color (decimal): -2486141 or 8589530. OLE color: 8589530.

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

Color convert

RGB 218 16 131 -
CMYK 0 0.93 0.40 0.15
HSL 325.84º 0.86% 0.46% -
HSV(B) 325.84º 0.93% 0.85% -
XYZ 33.2 16.91 22.99 -
YUV 89.51 151.42 219.65 -
System Red Green Blue C M Y K H S L
Decimal 218 16 131 0 0.93 0.40 0.15 325.84 0.86 0.46
Hex DA 10 83 0 5D 28 F 146 56 2E
Octal 332 20 203 0 135 50 17 506 126 56
Binary 11011010 10000 10000011 0 1011101 101000 1111 101000110 1010110 101110

Color Harmonies of #DA1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1083

Black with #DA1083

Text Example


Text Example

White with #DA1083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1083; }

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

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

background-color css

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

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

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

border-color css

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

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

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