Html Css Color HEX #DA1289 Medium Violet Red

📋 copy color: '#DA1289'

red 218 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #DA1289

Tints of Medium Violet Red #DA1289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 58.45%
G = 4.83%
B = 36.73%

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

#DA1289 (or 0xDA1289) is known color: Medium Violet Red. HEX triplet: DA, 12 and 89. RGB value is (218,18,137). Sum of RGB (Red+Green+Blue) = 218+18+137=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1289 is #25ED76. Grayscale: #5B5B5B. Windows color (decimal): -2485623 or 8983258. OLE color: 8983258.

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

Color convert

RGB 218 18 137 -
CMYK 0 0.92 0.37 0.15
HSL 324.3º 0.85% 0.46% -
HSV(B) 324.3º 0.92% 0.85% -
XYZ 33.65 17.14 25.2 -
YUV 91.37 153.76 218.32 -
System Red Green Blue C M Y K H S L
Decimal 218 18 137 0 0.92 0.37 0.15 324.3 0.85 0.46
Hex DA 12 89 0 5C 25 F 144 55 2E
Octal 332 22 211 0 134 45 17 504 125 56
Binary 11011010 10010 10001001 0 1011100 100101 1111 101000100 1010101 101110

Color Harmonies of #DA1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1289

Black with #DA1289

Text Example


Text Example

White with #DA1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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