Html Css Color HEX #DA1597 Medium Violet Red

📋 copy color: '#DA1597'

red 218 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #DA1597

Tints of Medium Violet Red #DA1597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.72%

R = 55.9%
G = 5.38%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA1597 (or 0xDA1597) is known color: Medium Violet Red. HEX triplet: DA, 15 and 97. RGB value is (218,21,151). Sum of RGB (Red+Green+Blue) = 218+21+151=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1597 is #25EA68. Grayscale: #5E5E5E. Windows color (decimal): -2484841 or 9901530. OLE color: 9901530.

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

Color convert

RGB 218 21 151 -
CMYK 0 0.90 0.31 0.15
HSL 320.41º 0.82% 0.47% -
HSV(B) 320.41º 0.9% 0.85% -
XYZ 34.77 17.68 30.86 -
YUV 94.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 218 21 151 0 0.90 0.31 0.15 320.41 0.82 0.47
Hex DA 15 97 0 5A 1F F 140 52 2F
Octal 332 25 227 0 132 37 17 500 122 57
Binary 11011010 10101 10010111 0 1011010 11111 1111 101000000 1010010 101111

Color Harmonies of #DA1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1597

Black with #DA1597

Text Example


Text Example

White with #DA1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1597; }

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

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

background-color css

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

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

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

border-color css

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

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

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