Html Css Color HEX #DA139C Medium Violet Red

📋 copy color: '#DA139C'

red 218 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #DA139C

Tints of Medium Violet Red #DA139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

 BLUE value IS 156 (61.33% from 255) = 39.69%

R = 55.47%
G = 4.83%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA139C (or 0xDA139C) is known color: Medium Violet Red. HEX triplet: DA, 13 and 9C. RGB value is (218,19,156). Sum of RGB (Red+Green+Blue) = 218+19+156=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA139C is #25EC63. Grayscale: #5D5D5D. Windows color (decimal): -2485348 or 10228698. OLE color: 10228698.

HSL color Cylindrical-coordinate representation of color #DA139C: hue angle of 318.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA139C is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 156 -
CMYK 0 0.91 0.28 0.15
HSL 318.69º 0.84% 0.46% -
HSV(B) 318.69º 0.91% 0.85% -
XYZ 35.15 17.77 33.03 -
YUV 94.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 218 19 156 0 0.91 0.28 0.15 318.69 0.84 0.46
Hex DA 13 9C 0 5B 1C F 13F 54 2E
Octal 332 23 234 0 133 34 17 477 124 56
Binary 11011010 10011 10011100 0 1011011 11100 1111 100111111 1010100 101110

Color Harmonies of #DA139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA139C

Black with #DA139C

Text Example


Text Example

White with #DA139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA139C; }

 p { color: rgb(218,19,156); }

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

background-color css

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

 a { background-color: rgb(218,19,156); }

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

border-color css

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

 span { border-color: rgb(218,19,156); }

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