Html Css Color HEX #DA128D Medium Violet Red

📋 copy color: '#DA128D'

red 218 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #DA128D

Tints of Medium Violet Red #DA128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 57.82%
G = 4.77%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA128D (or 0xDA128D) is known color: Medium Violet Red. HEX triplet: DA, 12 and 8D. RGB value is (218,18,141). Sum of RGB (Red+Green+Blue) = 218+18+141=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA128D is #25ED72. Grayscale: #5B5B5B. Windows color (decimal): -2485619 or 9245402. OLE color: 9245402.

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

Color convert

RGB 218 18 141 -
CMYK 0 0.92 0.35 0.15
HSL 323.1º 0.85% 0.46% -
HSV(B) 323.1º 0.92% 0.85% -
XYZ 33.94 17.26 26.74 -
YUV 91.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 218 18 141 0 0.92 0.35 0.15 323.1 0.85 0.46
Hex DA 12 8D 0 5C 23 F 143 55 2E
Octal 332 22 215 0 134 43 17 503 125 56
Binary 11011010 10010 10001101 0 1011100 100011 1111 101000011 1010101 101110

Color Harmonies of #DA128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA128D

Black with #DA128D

Text Example


Text Example

White with #DA128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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