Html Css Color HEX #DA1D9C Medium Violet Red

📋 copy color: '#DA1D9C'

red 218 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #DA1D9C

Tints of Medium Violet Red #DA1D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 54.09%
G = 7.2%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA1D9C (or 0xDA1D9C) is known color: Medium Violet Red. HEX triplet: DA, 1D and 9C. RGB value is (218,29,156). Sum of RGB (Red+Green+Blue) = 218+29+156=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D9C is #25E263. Grayscale: #636363. Windows color (decimal): -2482788 or 10231258. OLE color: 10231258.

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

Color convert

RGB 218 29 156 -
CMYK 0 0.87 0.28 0.15
HSL 319.68º 0.77% 0.48% -
HSV(B) 319.68º 0.87% 0.85% -
XYZ 35.35 18.18 33.1 -
YUV 99.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 218 29 156 0 0.87 0.28 0.15 319.68 0.77 0.48
Hex DA 1D 9C 0 57 1C F 140 4D 30
Octal 332 35 234 0 127 34 17 500 115 60
Binary 11011010 11101 10011100 0 1010111 11100 1111 101000000 1001101 110000

Color Harmonies of #DA1D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D9C

Black with #DA1D9C

Text Example


Text Example

White with #DA1D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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