Html Css Color HEX #DA1992 Medium Violet Red

📋 copy color: '#DA1992'

red 218 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #DA1992

Tints of Medium Violet Red #DA1992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 56.04%
G = 6.43%
B = 37.53%

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

#DA1992 (or 0xDA1992) is known color: Medium Violet Red. HEX triplet: DA, 19 and 92. RGB value is (218,25,146). Sum of RGB (Red+Green+Blue) = 218+25+146=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1992 is #25E66D. Grayscale: #606060. Windows color (decimal): -2483822 or 9574874. OLE color: 9574874.

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

Color convert

RGB 218 25 146 -
CMYK 0 0.89 0.33 0.15
HSL 322.38º 0.79% 0.48% -
HSV(B) 322.38º 0.89% 0.85% -
XYZ 34.45 17.68 28.79 -
YUV 96.5 155.94 214.66 -
System Red Green Blue C M Y K H S L
Decimal 218 25 146 0 0.89 0.33 0.15 322.38 0.79 0.48
Hex DA 19 92 0 59 21 F 142 4F 30
Octal 332 31 222 0 131 41 17 502 117 60
Binary 11011010 11001 10010010 0 1011001 100001 1111 101000010 1001111 110000

Color Harmonies of #DA1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1992

Black with #DA1992

Text Example


Text Example

White with #DA1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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