Html Css Color HEX #DA1779 Medium Violet Red

📋 copy color: '#DA1779'

red 218 ◦ green 23 ◦ blue 121

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

Shades of Medium Violet Red #DA1779

Tints of Medium Violet Red #DA1779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 60.22%
G = 6.35%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA1779 (or 0xDA1779) is known color: Medium Violet Red. HEX triplet: DA, 17 and 79. RGB value is (218,23,121). Sum of RGB (Red+Green+Blue) = 218+23+121=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1779 is #25E886. Grayscale: #5C5C5C. Windows color (decimal): -2484359 or 7935962. OLE color: 7935962.

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

Color convert

RGB 218 23 121 -
CMYK 0 0.89 0.44 0.15
HSL 329.85º 0.81% 0.47% -
HSV(B) 329.85º 0.89% 0.85% -
XYZ 32.67 16.9 19.63 -
YUV 92.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 218 23 121 0 0.89 0.44 0.15 329.85 0.81 0.47
Hex DA 17 79 0 59 2C F 14A 51 2F
Octal 332 27 171 0 131 54 17 512 121 57
Binary 11011010 10111 1111001 0 1011001 101100 1111 101001010 1010001 101111

Color Harmonies of #DA1779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1779

Black with #DA1779

Text Example


Text Example

White with #DA1779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1779; }

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

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

background-color css

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

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

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

border-color css

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

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

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