Html Css Color HEX #DA128A Medium Violet Red

📋 copy color: '#DA128A'

red 218 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #DA128A

Tints of Medium Violet Red #DA128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 58.29%
G = 4.81%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA128A (or 0xDA128A) is known color: Medium Violet Red. HEX triplet: DA, 12 and 8A. RGB value is (218,18,138). Sum of RGB (Red+Green+Blue) = 218+18+138=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA128A is #25ED75. Grayscale: #5B5B5B. Windows color (decimal): -2485622 or 9048794. OLE color: 9048794.

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

Color convert

RGB 218 18 138 -
CMYK 0 0.92 0.37 0.15
HSL 324º 0.85% 0.46% -
HSV(B) 324º 0.92% 0.85% -
XYZ 33.72 17.17 25.58 -
YUV 91.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 218 18 138 0 0.92 0.37 0.15 324 0.85 0.46
Hex DA 12 8A 0 5C 25 F 144 55 2E
Octal 332 22 212 0 134 45 17 504 125 56
Binary 11011010 10010 10001010 0 1011100 100101 1111 101000100 1010101 101110

Color Harmonies of #DA128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA128A

Black with #DA128A

Text Example


Text Example

White with #DA128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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