Html Css Color HEX #DA169A Medium Violet Red

📋 copy color: '#DA169A'

red 218 ◦ green 22 ◦ blue 154

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

Shades of Medium Violet Red #DA169A

Tints of Medium Violet Red #DA169A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 55.33%
G = 5.58%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA169A (or 0xDA169A) is known color: Medium Violet Red. HEX triplet: DA, 16 and 9A. RGB value is (218,22,154). Sum of RGB (Red+Green+Blue) = 218+22+154=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA169A is #25E965. Grayscale: #5F5F5F. Windows color (decimal): -2484582 or 10098394. OLE color: 10098394.

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

Color convert

RGB 218 22 154 -
CMYK 0 0.90 0.29 0.15
HSL 319.59º 0.82% 0.47% -
HSV(B) 319.59º 0.9% 0.85% -
XYZ 35.03 17.81 32.16 -
YUV 95.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 218 22 154 0 0.90 0.29 0.15 319.59 0.82 0.47
Hex DA 16 9A 0 5A 1D F 140 52 2F
Octal 332 26 232 0 132 35 17 500 122 57
Binary 11011010 10110 10011010 0 1011010 11101 1111 101000000 1010010 101111

Color Harmonies of #DA169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA169A

Black with #DA169A

Text Example


Text Example

White with #DA169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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