Html Css Color HEX #DA1993 Medium Violet Red

📋 copy color: '#DA1993'

red 218 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #DA1993

Tints of Medium Violet Red #DA1993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 55.9%
G = 6.41%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA1993 (or 0xDA1993) is known color: Medium Violet Red. HEX triplet: DA, 19 and 93. RGB value is (218,25,147). Sum of RGB (Red+Green+Blue) = 218+25+147=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1993 is #25E66C. Grayscale: #606060. Windows color (decimal): -2483821 or 9640410. OLE color: 9640410.

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

Color convert

RGB 218 25 147 -
CMYK 0 0.89 0.33 0.15
HSL 322.07º 0.79% 0.48% -
HSV(B) 322.07º 0.89% 0.85% -
XYZ 34.53 17.71 29.2 -
YUV 96.62 156.44 214.58 -
System Red Green Blue C M Y K H S L
Decimal 218 25 147 0 0.89 0.33 0.15 322.07 0.79 0.48
Hex DA 19 93 0 59 21 F 142 4F 30
Octal 332 31 223 0 131 41 17 502 117 60
Binary 11011010 11001 10010011 0 1011001 100001 1111 101000010 1001111 110000

Color Harmonies of #DA1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1993

Black with #DA1993

Text Example


Text Example

White with #DA1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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