Html Css Color HEX #DA0277 Medium Violet Red

📋 copy color: '#DA0277'

red 218 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #DA0277

Tints of Medium Violet Red #DA0277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 64.31%
G = 0.59%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA0277 (or 0xDA0277) is known color: Medium Violet Red. HEX triplet: DA, 02 and 77. RGB value is (218,2,119). Sum of RGB (Red+Green+Blue) = 218+2+119=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0277 is #25FD88. Grayscale: #4F4F4F. Windows color (decimal): -2489737 or 7799514. OLE color: 7799514.

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

Color convert

RGB 218 2 119 -
CMYK 0 0.99 0.45 0.15
HSL 327.5º 0.98% 0.43% -
HSV(B) 327.5º 0.99% 0.85% -
XYZ 32.26 16.28 18.89 -
YUV 79.92 150.06 226.49 -
System Red Green Blue C M Y K H S L
Decimal 218 2 119 0 0.99 0.45 0.15 327.5 0.98 0.43
Hex DA 2 77 0 63 2D F 148 62 2B
Octal 332 2 167 0 143 55 17 510 142 53
Binary 11011010 10 1110111 0 1100011 101101 1111 101001000 1100010 101011

Color Harmonies of #DA0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0277

Black with #DA0277

Text Example


Text Example

White with #DA0277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0277; }

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

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

background-color css

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

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

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

border-color css

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

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

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