Html Css Color HEX #DA158B Medium Violet Red

📋 copy color: '#DA158B'

red 218 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #DA158B

Tints of Medium Violet Red #DA158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 57.67%
G = 5.56%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA158B (or 0xDA158B) is known color: Medium Violet Red. HEX triplet: DA, 15 and 8B. RGB value is (218,21,139). Sum of RGB (Red+Green+Blue) = 218+21+139=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA158B is #25EA74. Grayscale: #5D5D5D. Windows color (decimal): -2484853 or 9115098. OLE color: 9115098.

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

Color convert

RGB 218 21 139 -
CMYK 0 0.90 0.36 0.15
HSL 324.06º 0.82% 0.47% -
HSV(B) 324.06º 0.9% 0.85% -
XYZ 33.84 17.31 25.98 -
YUV 93.36 153.77 216.91 -
System Red Green Blue C M Y K H S L
Decimal 218 21 139 0 0.90 0.36 0.15 324.06 0.82 0.47
Hex DA 15 8B 0 5A 24 F 144 52 2F
Octal 332 25 213 0 132 44 17 504 122 57
Binary 11011010 10101 10001011 0 1011010 100100 1111 101000100 1010010 101111

Color Harmonies of #DA158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA158B

Black with #DA158B

Text Example


Text Example

White with #DA158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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