Html Css Color HEX #DA158F Medium Violet Red

📋 copy color: '#DA158F'

red 218 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #DA158F

Tints of Medium Violet Red #DA158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

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

R = 57.07%
G = 5.5%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA158F (or 0xDA158F) is known color: Medium Violet Red. HEX triplet: DA, 15 and 8F. RGB value is (218,21,143). Sum of RGB (Red+Green+Blue) = 218+21+143=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA158F is #25EA70. Grayscale: #5D5D5D. Windows color (decimal): -2484849 or 9377242. OLE color: 9377242.

HSL color Cylindrical-coordinate representation of color #DA158F: hue angle of 322.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA158F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 143 -
CMYK 0 0.90 0.34 0.15
HSL 322.84º 0.82% 0.47% -
HSV(B) 322.84º 0.9% 0.85% -
XYZ 34.14 17.42 27.55 -
YUV 93.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 218 21 143 0 0.90 0.34 0.15 322.84 0.82 0.47
Hex DA 15 8F 0 5A 22 F 143 52 2F
Octal 332 25 217 0 132 42 17 503 122 57
Binary 11011010 10101 10001111 0 1011010 100010 1111 101000011 1010010 101111

Color Harmonies of #DA158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA158F

Black with #DA158F

Text Example


Text Example

White with #DA158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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