Html Css Color HEX #DA078C Medium Violet Red

📋 copy color: '#DA078C'

red 218 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #DA078C

Tints of Medium Violet Red #DA078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 59.73%
G = 1.92%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA078C (or 0xDA078C) is known color: Medium Violet Red. HEX triplet: DA, 07 and 8C. RGB value is (218,7,140). Sum of RGB (Red+Green+Blue) = 218+7+140=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA078C is #25F873. Grayscale: #545454. Windows color (decimal): -2488436 or 9177050. OLE color: 9177050.

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

Color convert

RGB 218 7 140 -
CMYK 0 0.97 0.36 0.15
HSL 322.18º 0.94% 0.44% -
HSV(B) 322.18º 0.97% 0.85% -
XYZ 33.72 16.95 26.31 -
YUV 85.25 158.9 222.69 -
System Red Green Blue C M Y K H S L
Decimal 218 7 140 0 0.97 0.36 0.15 322.18 0.94 0.44
Hex DA 7 8C 0 61 24 F 142 5E 2C
Octal 332 7 214 0 141 44 17 502 136 54
Binary 11011010 111 10001100 0 1100001 100100 1111 101000010 1011110 101100

Color Harmonies of #DA078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA078C

Black with #DA078C

Text Example


Text Example

White with #DA078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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