Html Css Color HEX #DA077F Medium Violet Red

📋 copy color: '#DA077F'

red 218 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #DA077F

Tints of Medium Violet Red #DA077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

 BLUE value IS 127 (50% from 255) = 36.08%

R = 61.93%
G = 1.99%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA077F (or 0xDA077F) is known color: Medium Violet Red. HEX triplet: DA, 07 and 7F. RGB value is (218,7,127). Sum of RGB (Red+Green+Blue) = 218+7+127=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA077F is #25F880. Grayscale: #535353. Windows color (decimal): -2488449 or 8325082. OLE color: 8325082.

HSL color Cylindrical-coordinate representation of color #DA077F: hue angle of 325.88º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA077F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 7 127 -
CMYK 0 0.97 0.42 0.15
HSL 325.88º 0.94% 0.44% -
HSV(B) 325.88º 0.97% 0.85% -
XYZ 32.82 16.59 21.55 -
YUV 83.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 218 7 127 0 0.97 0.42 0.15 325.88 0.94 0.44
Hex DA 7 7F 0 61 2A F 146 5E 2C
Octal 332 7 177 0 141 52 17 506 136 54
Binary 11011010 111 1111111 0 1100001 101010 1111 101000110 1011110 101100

Color Harmonies of #DA077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA077F

Black with #DA077F

Text Example


Text Example

White with #DA077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA077F; }

 p { color: rgb(218,7,127); }

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

background-color css

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

 a { background-color: rgb(218,7,127); }

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

border-color css

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

 span { border-color: rgb(218,7,127); }

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