Html Css Color HEX #DA078D Medium Violet Red

📋 copy color: '#DA078D'

red 218 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #DA078D

Tints of Medium Violet Red #DA078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 59.56%
G = 1.91%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA078D (or 0xDA078D) is known color: Medium Violet Red. HEX triplet: DA, 07 and 8D. RGB value is (218,7,141). Sum of RGB (Red+Green+Blue) = 218+7+141=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA078D is #25F872. Grayscale: #555555. Windows color (decimal): -2488435 or 9242586. OLE color: 9242586.

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

Color convert

RGB 218 7 141 -
CMYK 0 0.97 0.35 0.15
HSL 321.9º 0.94% 0.44% -
HSV(B) 321.9º 0.97% 0.85% -
XYZ 33.8 16.98 26.7 -
YUV 85.37 159.4 222.6 -
System Red Green Blue C M Y K H S L
Decimal 218 7 141 0 0.97 0.35 0.15 321.9 0.94 0.44
Hex DA 7 8D 0 61 23 F 142 5E 2C
Octal 332 7 215 0 141 43 17 502 136 54
Binary 11011010 111 10001101 0 1100001 100011 1111 101000010 1011110 101100

Color Harmonies of #DA078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA078D

Black with #DA078D

Text Example


Text Example

White with #DA078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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