Html Css Color HEX #DA077D Medium Violet Red

📋 copy color: '#DA077D'

red 218 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #DA077D

Tints of Medium Violet Red #DA077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 62.29%
G = 2%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA077D (or 0xDA077D) is known color: Medium Violet Red. HEX triplet: DA, 07 and 7D. RGB value is (218,7,125). Sum of RGB (Red+Green+Blue) = 218+7+125=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA077D is #25F882. Grayscale: #535353. Windows color (decimal): -2488451 or 8194010. OLE color: 8194010.

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

Color convert

RGB 218 7 125 -
CMYK 0 0.97 0.43 0.15
HSL 326.45º 0.94% 0.44% -
HSV(B) 326.45º 0.97% 0.85% -
XYZ 32.69 16.54 20.87 -
YUV 83.54 151.4 223.91 -
System Red Green Blue C M Y K H S L
Decimal 218 7 125 0 0.97 0.43 0.15 326.45 0.94 0.44
Hex DA 7 7D 0 61 2B F 146 5E 2C
Octal 332 7 175 0 141 53 17 506 136 54
Binary 11011010 111 1111101 0 1100001 101011 1111 101000110 1011110 101100

Color Harmonies of #DA077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA077D

Black with #DA077D

Text Example


Text Example

White with #DA077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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