Html Css Color HEX #DA1983 Medium Violet Red

📋 copy color: '#DA1983'

red 218 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #DA1983

Tints of Medium Violet Red #DA1983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.68%

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

R = 58.29%
G = 6.68%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA1983 (or 0xDA1983) is known color: Medium Violet Red. HEX triplet: DA, 19 and 83. RGB value is (218,25,131). Sum of RGB (Red+Green+Blue) = 218+25+131=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1983 is #25E67C. Grayscale: #5E5E5E. Windows color (decimal): -2483837 or 8591834. OLE color: 8591834.

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

Color convert

RGB 218 25 131 -
CMYK 0 0.89 0.40 0.15
HSL 327.05º 0.79% 0.48% -
HSV(B) 327.05º 0.89% 0.85% -
XYZ 33.36 17.24 23.04 -
YUV 94.79 148.44 215.88 -
System Red Green Blue C M Y K H S L
Decimal 218 25 131 0 0.89 0.40 0.15 327.05 0.79 0.48
Hex DA 19 83 0 59 28 F 147 4F 30
Octal 332 31 203 0 131 50 17 507 117 60
Binary 11011010 11001 10000011 0 1011001 101000 1111 101000111 1001111 110000

Color Harmonies of #DA1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1983

Black with #DA1983

Text Example


Text Example

White with #DA1983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1983; }

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

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

background-color css

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

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

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

border-color css

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

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

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