Html Css Color HEX #DA1894 Medium Violet Red

📋 copy color: '#DA1894'

red 218 ◦ green 24 ◦ blue 148

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

Shades of Medium Violet Red #DA1894

Tints of Medium Violet Red #DA1894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 55.9%
G = 6.15%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA1894 (or 0xDA1894) is known color: Medium Violet Red. HEX triplet: DA, 18 and 94. RGB value is (218,24,148). Sum of RGB (Red+Green+Blue) = 218+24+148=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1894 is #25E76B. Grayscale: #5F5F5F. Windows color (decimal): -2484076 or 9705690. OLE color: 9705690.

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

Color convert

RGB 218 24 148 -
CMYK 0 0.89 0.32 0.15
HSL 321.65º 0.8% 0.47% -
HSV(B) 321.65º 0.89% 0.85% -
XYZ 34.59 17.7 29.61 -
YUV 96.14 157.27 214.92 -
System Red Green Blue C M Y K H S L
Decimal 218 24 148 0 0.89 0.32 0.15 321.65 0.8 0.47
Hex DA 18 94 0 59 20 F 142 50 2F
Octal 332 30 224 0 131 40 17 502 120 57
Binary 11011010 11000 10010100 0 1011001 100000 1111 101000010 1010000 101111

Color Harmonies of #DA1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1894

Black with #DA1894

Text Example


Text Example

White with #DA1894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1894; }

 p { color: rgb(218,24,148); }

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

background-color css

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

 a { background-color: rgb(218,24,148); }

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

border-color css

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

 span { border-color: rgb(218,24,148); }

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