Html Css Color HEX #DA0E83 Medium Violet Red

📋 copy color: '#DA0E83'

red 218 ◦ green 14 ◦ blue 131

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

Shades of Medium Violet Red #DA0E83

Tints of Medium Violet Red #DA0E83

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.86%

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

R = 60.06%
G = 3.86%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA0E83 (or 0xDA0E83) is known color: Medium Violet Red. HEX triplet: DA, 0E and 83. RGB value is (218,14,131). Sum of RGB (Red+Green+Blue) = 218+14+131=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0E83 is #25F17C. Grayscale: #585858. Windows color (decimal): -2486653 or 8589018. OLE color: 8589018.

HSL color Cylindrical-coordinate representation of color #DA0E83: hue angle of 325.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0E83 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 14 131 -
CMYK 0 0.94 0.40 0.15
HSL 325.59º 0.88% 0.45% -
HSV(B) 325.59º 0.94% 0.85% -
XYZ 33.17 16.86 22.98 -
YUV 88.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 218 14 131 0 0.94 0.40 0.15 325.59 0.88 0.45
Hex DA E 83 0 5E 28 F 146 58 2D
Octal 332 16 203 0 136 50 17 506 130 55
Binary 11011010 1110 10000011 0 1011110 101000 1111 101000110 1011000 101101

Color Harmonies of #DA0E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E83

Black with #DA0E83

Text Example


Text Example

White with #DA0E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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