Html Css Color HEX #DA1689 Medium Violet Red

📋 copy color: '#DA1689'

red 218 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #DA1689

Tints of Medium Violet Red #DA1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

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

R = 57.82%
G = 5.84%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA1689 (or 0xDA1689) is known color: Medium Violet Red. HEX triplet: DA, 16 and 89. RGB value is (218,22,137). Sum of RGB (Red+Green+Blue) = 218+22+137=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1689 is #25E976. Grayscale: #5D5D5D. Windows color (decimal): -2484599 or 8984282. OLE color: 8984282.

HSL color Cylindrical-coordinate representation of color #DA1689: hue angle of 324.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1689 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 137 -
CMYK 0 0.90 0.37 0.15
HSL 324.8º 0.82% 0.47% -
HSV(B) 324.8º 0.9% 0.85% -
XYZ 33.72 17.29 25.23 -
YUV 93.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 218 22 137 0 0.90 0.37 0.15 324.8 0.82 0.47
Hex DA 16 89 0 5A 25 F 145 52 2F
Octal 332 26 211 0 132 45 17 505 122 57
Binary 11011010 10110 10001001 0 1011010 100101 1111 101000101 1010010 101111

Color Harmonies of #DA1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1689

Black with #DA1689

Text Example


Text Example

White with #DA1689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1689; }

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

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

background-color css

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

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

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

border-color css

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

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

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