Html Css Color HEX #DA1699 Medium Violet Red

📋 copy color: '#DA1699'

red 218 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #DA1699

Tints of Medium Violet Red #DA1699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 55.47%
G = 5.6%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA1699 (or 0xDA1699) is known color: Medium Violet Red. HEX triplet: DA, 16 and 99. RGB value is (218,22,153). Sum of RGB (Red+Green+Blue) = 218+22+153=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1699 is #25E966. Grayscale: #5F5F5F. Windows color (decimal): -2484583 or 10032858. OLE color: 10032858.

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

Color convert

RGB 218 22 153 -
CMYK 0 0.90 0.30 0.15
HSL 319.9º 0.82% 0.47% -
HSV(B) 319.9º 0.9% 0.85% -
XYZ 34.95 17.78 31.73 -
YUV 95.54 160.43 215.35 -
System Red Green Blue C M Y K H S L
Decimal 218 22 153 0 0.90 0.30 0.15 319.9 0.82 0.47
Hex DA 16 99 0 5A 1E F 140 52 2F
Octal 332 26 231 0 132 36 17 500 122 57
Binary 11011010 10110 10011001 0 1011010 11110 1111 101000000 1010010 101111

Color Harmonies of #DA1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1699

Black with #DA1699

Text Example


Text Example

White with #DA1699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1699; }

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

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

background-color css

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

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

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

border-color css

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

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

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