Html Css Color HEX #DA128F Medium Violet Red

📋 copy color: '#DA128F'

red 218 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #DA128F

Tints of Medium Violet Red #DA128F

RGB

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

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

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

R = 57.52%
G = 4.75%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA128F (or 0xDA128F) is known color: Medium Violet Red. HEX triplet: DA, 12 and 8F. RGB value is (218,18,143). Sum of RGB (Red+Green+Blue) = 218+18+143=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA128F is #25ED70. Grayscale: #5B5B5B. Windows color (decimal): -2485617 or 9376474. OLE color: 9376474.

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

Color convert

RGB 218 18 143 -
CMYK 0 0.92 0.34 0.15
HSL 322.5º 0.85% 0.46% -
HSV(B) 322.5º 0.92% 0.85% -
XYZ 34.09 17.32 27.53 -
YUV 92.05 156.76 217.84 -
System Red Green Blue C M Y K H S L
Decimal 218 18 143 0 0.92 0.34 0.15 322.5 0.85 0.46
Hex DA 12 8F 0 5C 22 F 142 55 2E
Octal 332 22 217 0 134 42 17 502 125 56
Binary 11011010 10010 10001111 0 1011100 100010 1111 101000010 1010101 101110

Color Harmonies of #DA128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA128F

Black with #DA128F

Text Example


Text Example

White with #DA128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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