Html Css Color HEX #DA1291 Medium Violet Red

📋 copy color: '#DA1291'

red 218 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #DA1291

Tints of Medium Violet Red #DA1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.72%

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 57.22%
G = 4.72%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA1291 (or 0xDA1291) is known color: Medium Violet Red. HEX triplet: DA, 12 and 91. RGB value is (218,18,145). Sum of RGB (Red+Green+Blue) = 218+18+145=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1291 is #25ED6E. Grayscale: #5B5B5B. Windows color (decimal): -2485615 or 9507546. OLE color: 9507546.

HSL color Cylindrical-coordinate representation of color #DA1291: hue angle of 321.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1291 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 145 -
CMYK 0 0.92 0.33 0.15
HSL 321.9º 0.85% 0.46% -
HSV(B) 321.9º 0.92% 0.85% -
XYZ 34.24 17.38 28.34 -
YUV 92.28 157.76 217.67 -
System Red Green Blue C M Y K H S L
Decimal 218 18 145 0 0.92 0.33 0.15 321.9 0.85 0.46
Hex DA 12 91 0 5C 21 F 142 55 2E
Octal 332 22 221 0 134 41 17 502 125 56
Binary 11011010 10010 10010001 0 1011100 100001 1111 101000010 1010101 101110

Color Harmonies of #DA1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1291

Black with #DA1291

Text Example


Text Example

White with #DA1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1291; }

 p { color: rgb(218,18,145); }

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

background-color css

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

 a { background-color: rgb(218,18,145); }

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

border-color css

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

 span { border-color: rgb(218,18,145); }

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