Html Css Color HEX #DA138C Medium Violet Red

📋 copy color: '#DA138C'

red 218 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #DA138C

Tints of Medium Violet Red #DA138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 57.82%
G = 5.04%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA138C (or 0xDA138C) is known color: Medium Violet Red. HEX triplet: DA, 13 and 8C. RGB value is (218,19,140). Sum of RGB (Red+Green+Blue) = 218+19+140=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA138C is #25EC73. Grayscale: #5C5C5C. Windows color (decimal): -2485364 or 9180122. OLE color: 9180122.

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

Color convert

RGB 218 19 140 -
CMYK 0 0.91 0.36 0.15
HSL 323.52º 0.84% 0.46% -
HSV(B) 323.52º 0.91% 0.85% -
XYZ 33.88 17.26 26.36 -
YUV 92.3 154.93 217.66 -
System Red Green Blue C M Y K H S L
Decimal 218 19 140 0 0.91 0.36 0.15 323.52 0.84 0.46
Hex DA 13 8C 0 5B 24 F 144 54 2E
Octal 332 23 214 0 133 44 17 504 124 56
Binary 11011010 10011 10001100 0 1011011 100100 1111 101000100 1010100 101110

Color Harmonies of #DA138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA138C

Black with #DA138C

Text Example


Text Example

White with #DA138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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