Html Css Color HEX #DA1691 Medium Violet Red

📋 copy color: '#DA1691'

red 218 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #DA1691

Tints of Medium Violet Red #DA1691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 56.62%
G = 5.71%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA1691 (or 0xDA1691) is known color: Medium Violet Red. HEX triplet: DA, 16 and 91. RGB value is (218,22,145). Sum of RGB (Red+Green+Blue) = 218+22+145=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1691 is #25E96E. Grayscale: #5E5E5E. Windows color (decimal): -2484591 or 9508570. OLE color: 9508570.

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

Color convert

RGB 218 22 145 -
CMYK 0 0.90 0.33 0.15
HSL 322.35º 0.82% 0.47% -
HSV(B) 322.35º 0.9% 0.85% -
XYZ 34.31 17.52 28.36 -
YUV 94.63 156.43 216 -
System Red Green Blue C M Y K H S L
Decimal 218 22 145 0 0.90 0.33 0.15 322.35 0.82 0.47
Hex DA 16 91 0 5A 21 F 142 52 2F
Octal 332 26 221 0 132 41 17 502 122 57
Binary 11011010 10110 10010001 0 1011010 100001 1111 101000010 1010010 101111

Color Harmonies of #DA1691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1691

Black with #DA1691

Text Example


Text Example

White with #DA1691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1691; }

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

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

background-color css

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

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

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

border-color css

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

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

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