Html Css Color HEX #DA1594 Medium Violet Red

📋 copy color: '#DA1594'

red 218 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #DA1594

Tints of Medium Violet Red #DA1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

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

R = 56.33%
G = 5.43%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA1594 (or 0xDA1594) is known color: Medium Violet Red. HEX triplet: DA, 15 and 94. RGB value is (218,21,148). Sum of RGB (Red+Green+Blue) = 218+21+148=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1594 is #25EA6B. Grayscale: #5E5E5E. Windows color (decimal): -2484844 or 9704922. OLE color: 9704922.

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

Color convert

RGB 218 21 148 -
CMYK 0 0.90 0.32 0.15
HSL 321.32º 0.82% 0.47% -
HSV(B) 321.32º 0.9% 0.85% -
XYZ 34.53 17.58 29.59 -
YUV 94.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 218 21 148 0 0.90 0.32 0.15 321.32 0.82 0.47
Hex DA 15 94 0 5A 20 F 141 52 2F
Octal 332 25 224 0 132 40 17 501 122 57
Binary 11011010 10101 10010100 0 1011010 100000 1111 101000001 1010010 101111

Color Harmonies of #DA1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1594

Black with #DA1594

Text Example


Text Example

White with #DA1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1594; }

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

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

background-color css

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

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

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

border-color css

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

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

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