Html Css Color HEX #DA1792 Medium Violet Red

📋 copy color: '#DA1792'

red 218 ◦ green 23 ◦ blue 146

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

Shades of Medium Violet Red #DA1792

Tints of Medium Violet Red #DA1792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.94%

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 56.33%
G = 5.94%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA1792 (or 0xDA1792) is known color: Medium Violet Red. HEX triplet: DA, 17 and 92. RGB value is (218,23,146). Sum of RGB (Red+Green+Blue) = 218+23+146=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1792 is #25E86D. Grayscale: #5F5F5F. Windows color (decimal): -2484334 or 9574362. OLE color: 9574362.

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

Color convert

RGB 218 23 146 -
CMYK 0 0.89 0.33 0.15
HSL 322.15º 0.81% 0.47% -
HSV(B) 322.15º 0.89% 0.85% -
XYZ 34.41 17.59 28.78 -
YUV 95.33 156.6 215.5 -
System Red Green Blue C M Y K H S L
Decimal 218 23 146 0 0.89 0.33 0.15 322.15 0.81 0.47
Hex DA 17 92 0 59 21 F 142 51 2F
Octal 332 27 222 0 131 41 17 502 121 57
Binary 11011010 10111 10010010 0 1011001 100001 1111 101000010 1010001 101111

Color Harmonies of #DA1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1792

Black with #DA1792

Text Example


Text Example

White with #DA1792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1792; }

 p { color: rgb(218,23,146); }

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

background-color css

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

 a { background-color: rgb(218,23,146); }

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

border-color css

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

 span { border-color: rgb(218,23,146); }

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