Html Css Color HEX #DA087A Medium Violet Red

📋 copy color: '#DA087A'

red 218 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #DA087A

Tints of Medium Violet Red #DA087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 62.64%
G = 2.3%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA087A (or 0xDA087A) is known color: Medium Violet Red. HEX triplet: DA, 08 and 7A. RGB value is (218,8,122). Sum of RGB (Red+Green+Blue) = 218+8+122=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA087A is #25F785. Grayscale: #535353. Windows color (decimal): -2488198 or 7997658. OLE color: 7997658.

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

Color convert

RGB 218 8 122 -
CMYK 0 0.96 0.44 0.15
HSL 327.43º 0.93% 0.44% -
HSV(B) 327.43º 0.96% 0.85% -
XYZ 32.51 16.48 19.88 -
YUV 83.79 149.57 223.73 -
System Red Green Blue C M Y K H S L
Decimal 218 8 122 0 0.96 0.44 0.15 327.43 0.93 0.44
Hex DA 8 7A 0 60 2C F 147 5D 2C
Octal 332 10 172 0 140 54 17 507 135 54
Binary 11011010 1000 1111010 0 1100000 101100 1111 101000111 1011101 101100

Color Harmonies of #DA087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA087A

Black with #DA087A

Text Example


Text Example

White with #DA087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA087A; }

 p { color: rgb(218,8,122); }

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

background-color css

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

 a { background-color: rgb(218,8,122); }

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

border-color css

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

 span { border-color: rgb(218,8,122); }

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