Html Css Color HEX #DA138D Medium Violet Red

📋 copy color: '#DA138D'

red 218 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #DA138D

Tints of Medium Violet Red #DA138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 57.67%
G = 5.03%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA138D (or 0xDA138D) is known color: Medium Violet Red. HEX triplet: DA, 13 and 8D. RGB value is (218,19,141). Sum of RGB (Red+Green+Blue) = 218+19+141=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA138D is #25EC72. Grayscale: #5C5C5C. Windows color (decimal): -2485363 or 9245658. OLE color: 9245658.

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

Color convert

RGB 218 19 141 -
CMYK 0 0.91 0.35 0.15
HSL 323.22º 0.84% 0.46% -
HSV(B) 323.22º 0.91% 0.85% -
XYZ 33.95 17.29 26.75 -
YUV 92.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 218 19 141 0 0.91 0.35 0.15 323.22 0.84 0.46
Hex DA 13 8D 0 5B 23 F 143 54 2E
Octal 332 23 215 0 133 43 17 503 124 56
Binary 11011010 10011 10001101 0 1011011 100011 1111 101000011 1010100 101110

Color Harmonies of #DA138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA138D

Black with #DA138D

Text Example


Text Example

White with #DA138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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