Html Css Color HEX #DA088E Medium Violet Red

📋 copy color: '#DA088E'

red 218 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #DA088E

Tints of Medium Violet Red #DA088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 59.24%
G = 2.17%
B = 38.59%

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

#DA088E (or 0xDA088E) is known color: Medium Violet Red. HEX triplet: DA, 08 and 8E. RGB value is (218,8,142). Sum of RGB (Red+Green+Blue) = 218+8+142=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA088E is #25F771. Grayscale: #555555. Windows color (decimal): -2488178 or 9308378. OLE color: 9308378.

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

Color convert

RGB 218 8 142 -
CMYK 0 0.96 0.35 0.15
HSL 321.71º 0.93% 0.44% -
HSV(B) 321.71º 0.96% 0.85% -
XYZ 33.88 17.03 27.09 -
YUV 86.07 159.57 222.1 -
System Red Green Blue C M Y K H S L
Decimal 218 8 142 0 0.96 0.35 0.15 321.71 0.93 0.44
Hex DA 8 8E 0 60 23 F 142 5D 2C
Octal 332 10 216 0 140 43 17 502 135 54
Binary 11011010 1000 10001110 0 1100000 100011 1111 101000010 1011101 101100

Color Harmonies of #DA088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA088E

Black with #DA088E

Text Example


Text Example

White with #DA088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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