Html Css Color HEX #DA088F Medium Violet Red

📋 copy color: '#DA088F'

red 218 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #DA088F

Tints of Medium Violet Red #DA088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 59.08%
G = 2.17%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA088F (or 0xDA088F) is known color: Medium Violet Red. HEX triplet: DA, 08 and 8F. RGB value is (218,8,143). Sum of RGB (Red+Green+Blue) = 218+8+143=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA088F is #25F770. Grayscale: #555555. Windows color (decimal): -2488177 or 9373914. OLE color: 9373914.

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

Color convert

RGB 218 8 143 -
CMYK 0 0.96 0.34 0.15
HSL 321.43º 0.93% 0.44% -
HSV(B) 321.43º 0.96% 0.85% -
XYZ 33.96 17.06 27.49 -
YUV 86.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 218 8 143 0 0.96 0.34 0.15 321.43 0.93 0.44
Hex DA 8 8F 0 60 22 F 141 5D 2C
Octal 332 10 217 0 140 42 17 501 135 54
Binary 11011010 1000 10001111 0 1100000 100010 1111 101000001 1011101 101100

Color Harmonies of #DA088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA088F

Black with #DA088F

Text Example


Text Example

White with #DA088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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