Html Css Color HEX #DA1877 Medium Violet Red

📋 copy color: '#DA1877'

red 218 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #DA1877

Tints of Medium Violet Red #DA1877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.65%

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

R = 60.39%
G = 6.65%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA1877 (or 0xDA1877) is known color: Medium Violet Red. HEX triplet: DA, 18 and 77. RGB value is (218,24,119). Sum of RGB (Red+Green+Blue) = 218+24+119=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1877 is #25E788. Grayscale: #5C5C5C. Windows color (decimal): -2484105 or 7805146. OLE color: 7805146.

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

Color convert

RGB 218 24 119 -
CMYK 0 0.89 0.45 0.15
HSL 330.62º 0.8% 0.47% -
HSV(B) 330.62º 0.89% 0.85% -
XYZ 32.57 16.89 19 -
YUV 92.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 218 24 119 0 0.89 0.45 0.15 330.62 0.8 0.47
Hex DA 18 77 0 59 2D F 14B 50 2F
Octal 332 30 167 0 131 55 17 513 120 57
Binary 11011010 11000 1110111 0 1011001 101101 1111 101001011 1010000 101111

Color Harmonies of #DA1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1877

Black with #DA1877

Text Example


Text Example

White with #DA1877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1877; }

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

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

background-color css

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

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

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

border-color css

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

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

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