Html Css Color HEX #DA1477 Medium Violet Red

📋 copy color: '#DA1477'

red 218 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #DA1477

Tints of Medium Violet Red #DA1477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.6%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 61.06%
G = 5.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA1477 (or 0xDA1477) is known color: Medium Violet Red. HEX triplet: DA, 14 and 77. RGB value is (218,20,119). Sum of RGB (Red+Green+Blue) = 218+20+119=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1477 is #25EB88. Grayscale: #5A5A5A. Windows color (decimal): -2485129 or 7804122. OLE color: 7804122.

HSL color Cylindrical-coordinate representation of color #DA1477: hue angle of 330º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1477 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 119 -
CMYK 0 0.91 0.45 0.15
HSL 330º 0.83% 0.47% -
HSV(B) 330º 0.91% 0.85% -
XYZ 32.49 16.74 18.97 -
YUV 90.49 144.1 218.95 -
System Red Green Blue C M Y K H S L
Decimal 218 20 119 0 0.91 0.45 0.15 330 0.83 0.47
Hex DA 14 77 0 5B 2D F 14A 53 2F
Octal 332 24 167 0 133 55 17 512 123 57
Binary 11011010 10100 1110111 0 1011011 101101 1111 101001010 1010011 101111

Color Harmonies of #DA1477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1477

Black with #DA1477

Text Example


Text Example

White with #DA1477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1477; }

 p { color: rgb(218,20,119); }

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

background-color css

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

 a { background-color: rgb(218,20,119); }

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

border-color css

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

 span { border-color: rgb(218,20,119); }

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