Html Css Color HEX #DA138F Medium Violet Red

📋 copy color: '#DA138F'

red 218 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #DA138F

Tints of Medium Violet Red #DA138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 57.37%
G = 5%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA138F (or 0xDA138F) is known color: Medium Violet Red. HEX triplet: DA, 13 and 8F. RGB value is (218,19,143). Sum of RGB (Red+Green+Blue) = 218+19+143=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA138F is #25EC70. Grayscale: #5C5C5C. Windows color (decimal): -2485361 or 9376730. OLE color: 9376730.

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

Color convert

RGB 218 19 143 -
CMYK 0 0.91 0.34 0.15
HSL 322.61º 0.84% 0.46% -
HSV(B) 322.61º 0.91% 0.85% -
XYZ 34.1 17.35 27.54 -
YUV 92.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 218 19 143 0 0.91 0.34 0.15 322.61 0.84 0.46
Hex DA 13 8F 0 5B 22 F 143 54 2E
Octal 332 23 217 0 133 42 17 503 124 56
Binary 11011010 10011 10001111 0 1011011 100010 1111 101000011 1010100 101110

Color Harmonies of #DA138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA138F

Black with #DA138F

Text Example


Text Example

White with #DA138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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