Html Css Color HEX #DA128B Medium Violet Red

📋 copy color: '#DA128B'

red 218 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #DA128B

Tints of Medium Violet Red #DA128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.8%

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

R = 58.13%
G = 4.8%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA128B (or 0xDA128B) is known color: Medium Violet Red. HEX triplet: DA, 12 and 8B. RGB value is (218,18,139). Sum of RGB (Red+Green+Blue) = 218+18+139=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA128B is #25ED74. Grayscale: #5B5B5B. Windows color (decimal): -2485621 or 9114330. OLE color: 9114330.

HSL color Cylindrical-coordinate representation of color #DA128B: hue angle of 323.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA128B is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 139 -
CMYK 0 0.92 0.36 0.15
HSL 323.7º 0.85% 0.46% -
HSV(B) 323.7º 0.92% 0.85% -
XYZ 33.79 17.2 25.97 -
YUV 91.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 218 18 139 0 0.92 0.36 0.15 323.7 0.85 0.46
Hex DA 12 8B 0 5C 24 F 144 55 2E
Octal 332 22 213 0 134 44 17 504 125 56
Binary 11011010 10010 10001011 0 1011100 100100 1111 101000100 1010101 101110

Color Harmonies of #DA128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA128B

Black with #DA128B

Text Example


Text Example

White with #DA128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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