Html Css Color HEX #DA189D Medium Violet Red

📋 copy color: '#DA189D'

red 218 ◦ green 24 ◦ blue 157

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

Shades of Medium Violet Red #DA189D

Tints of Medium Violet Red #DA189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 54.64%
G = 6.02%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA189D (or 0xDA189D) is known color: Medium Violet Red. HEX triplet: DA, 18 and 9D. RGB value is (218,24,157). Sum of RGB (Red+Green+Blue) = 218+24+157=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA189D is #25E762. Grayscale: #606060. Windows color (decimal): -2484067 or 10295514. OLE color: 10295514.

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

Color convert

RGB 218 24 157 -
CMYK 0 0.89 0.28 0.15
HSL 318.87º 0.8% 0.47% -
HSV(B) 318.87º 0.89% 0.85% -
XYZ 35.33 17.99 33.51 -
YUV 97.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 218 24 157 0 0.89 0.28 0.15 318.87 0.8 0.47
Hex DA 18 9D 0 59 1C F 13F 50 2F
Octal 332 30 235 0 131 34 17 477 120 57
Binary 11011010 11000 10011101 0 1011001 11100 1111 100111111 1010000 101111

Color Harmonies of #DA189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA189D

Black with #DA189D

Text Example


Text Example

White with #DA189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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