Html Css Color HEX #DA088C Medium Violet Red

📋 copy color: '#DA088C'

red 218 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #DA088C

Tints of Medium Violet Red #DA088C

RGB

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

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

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

R = 59.56%
G = 2.19%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA088C (or 0xDA088C) is known color: Medium Violet Red. HEX triplet: DA, 08 and 8C. RGB value is (218,8,140). Sum of RGB (Red+Green+Blue) = 218+8+140=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA088C is #25F773. Grayscale: #555555. Windows color (decimal): -2488180 or 9177306. OLE color: 9177306.

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

Color convert

RGB 218 8 140 -
CMYK 0 0.96 0.36 0.15
HSL 322.29º 0.93% 0.44% -
HSV(B) 322.29º 0.96% 0.85% -
XYZ 33.73 16.97 26.31 -
YUV 85.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 218 8 140 0 0.96 0.36 0.15 322.29 0.93 0.44
Hex DA 8 8C 0 60 24 F 142 5D 2C
Octal 332 10 214 0 140 44 17 502 135 54
Binary 11011010 1000 10001100 0 1100000 100100 1111 101000010 1011101 101100

Color Harmonies of #DA088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA088C

Black with #DA088C

Text Example


Text Example

White with #DA088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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