Html Css Color HEX #DA1D8D Medium Violet Red

📋 copy color: '#DA1D8D'

red 218 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #DA1D8D

Tints of Medium Violet Red #DA1D8D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 56.19%
G = 7.47%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA1D8D (or 0xDA1D8D) is known color: Medium Violet Red. HEX triplet: DA, 1D and 8D. RGB value is (218,29,141). Sum of RGB (Red+Green+Blue) = 218+29+141=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D8D is #25E272. Grayscale: #626262. Windows color (decimal): -2482803 or 9248218. OLE color: 9248218.

HSL color Cylindrical-coordinate representation of color #DA1D8D: hue angle of 324.44º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D8D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 29 141 -
CMYK 0 0.87 0.35 0.15
HSL 324.44º 0.77% 0.48% -
HSV(B) 324.44º 0.87% 0.85% -
XYZ 34.16 17.71 26.82 -
YUV 98.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 218 29 141 0 0.87 0.35 0.15 324.44 0.77 0.48
Hex DA 1D 8D 0 57 23 F 144 4D 30
Octal 332 35 215 0 127 43 17 504 115 60
Binary 11011010 11101 10001101 0 1010111 100011 1111 101000100 1001101 110000

Color Harmonies of #DA1D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D8D

Black with #DA1D8D

Text Example


Text Example

White with #DA1D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D8D; }

 p { color: rgb(218,29,141); }

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

background-color css

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

 a { background-color: rgb(218,29,141); }

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

border-color css

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

 span { border-color: rgb(218,29,141); }

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