Html Css Color HEX #DA088D Medium Violet Red

📋 copy color: '#DA088D'

red 218 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #DA088D

Tints of Medium Violet Red #DA088D

RGB

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

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

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

R = 59.4%
G = 2.18%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA088D (or 0xDA088D) is known color: Medium Violet Red. HEX triplet: DA, 08 and 8D. RGB value is (218,8,141). Sum of RGB (Red+Green+Blue) = 218+8+141=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA088D is #25F772. Grayscale: #555555. Windows color (decimal): -2488179 or 9242842. OLE color: 9242842.

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

Color convert

RGB 218 8 141 -
CMYK 0 0.96 0.35 0.15
HSL 322º 0.93% 0.44% -
HSV(B) 322º 0.96% 0.85% -
XYZ 33.81 17 26.7 -
YUV 85.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 218 8 141 0 0.96 0.35 0.15 322 0.93 0.44
Hex DA 8 8D 0 60 23 F 142 5D 2C
Octal 332 10 215 0 140 43 17 502 135 54
Binary 11011010 1000 10001101 0 1100000 100011 1111 101000010 1011101 101100

Color Harmonies of #DA088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA088D

Black with #DA088D

Text Example


Text Example

White with #DA088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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