Html Css Color HEX #DA189B Medium Violet Red

📋 copy color: '#DA189B'

red 218 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #DA189B

Tints of Medium Violet Red #DA189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 54.91%
G = 6.05%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA189B (or 0xDA189B) is known color: Medium Violet Red. HEX triplet: DA, 18 and 9B. RGB value is (218,24,155). Sum of RGB (Red+Green+Blue) = 218+24+155=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA189B is #25E764. Grayscale: #606060. Windows color (decimal): -2484069 or 10164442. OLE color: 10164442.

HSL color Cylindrical-coordinate representation of color #DA189B: hue angle of 319.48º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA189B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 155 -
CMYK 0 0.89 0.29 0.15
HSL 319.48º 0.8% 0.47% -
HSV(B) 319.48º 0.89% 0.85% -
XYZ 35.16 17.93 32.62 -
YUV 96.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 218 24 155 0 0.89 0.29 0.15 319.48 0.8 0.47
Hex DA 18 9B 0 59 1D F 13F 50 2F
Octal 332 30 233 0 131 35 17 477 120 57
Binary 11011010 11000 10011011 0 1011001 11101 1111 100111111 1010000 101111

Color Harmonies of #DA189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA189B

Black with #DA189B

Text Example


Text Example

White with #DA189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA189B; }

 p { color: rgb(218,24,155); }

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

background-color css

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

 a { background-color: rgb(218,24,155); }

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

border-color css

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

 span { border-color: rgb(218,24,155); }

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