Html Css Color HEX #DA088B Medium Violet Red

📋 copy color: '#DA088B'

red 218 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #DA088B

Tints of Medium Violet Red #DA088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 59.73%
G = 2.19%
B = 38.08%

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

#DA088B (or 0xDA088B) is known color: Medium Violet Red. HEX triplet: DA, 08 and 8B. RGB value is (218,8,139). Sum of RGB (Red+Green+Blue) = 218+8+139=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA088B is #25F774. Grayscale: #555555. Windows color (decimal): -2488181 or 9111770. OLE color: 9111770.

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

Color convert

RGB 218 8 139 -
CMYK 0 0.96 0.36 0.15
HSL 322.57º 0.93% 0.44% -
HSV(B) 322.57º 0.96% 0.85% -
XYZ 33.66 16.94 25.92 -
YUV 85.72 158.07 222.35 -
System Red Green Blue C M Y K H S L
Decimal 218 8 139 0 0.96 0.36 0.15 322.57 0.93 0.44
Hex DA 8 8B 0 60 24 F 143 5D 2C
Octal 332 10 213 0 140 44 17 503 135 54
Binary 11011010 1000 10001011 0 1100000 100100 1111 101000011 1011101 101100

Color Harmonies of #DA088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA088B

Black with #DA088B

Text Example


Text Example

White with #DA088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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