Html Css Color HEX #DA1C9C Medium Violet Red

📋 copy color: '#DA1C9C'

red 218 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #DA1C9C

Tints of Medium Violet Red #DA1C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.97%

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

R = 54.23%
G = 6.97%
B = 38.81%

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

#DA1C9C (or 0xDA1C9C) is known color: Medium Violet Red. HEX triplet: DA, 1C and 9C. RGB value is (218,28,156). Sum of RGB (Red+Green+Blue) = 218+28+156=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1C9C is #25E363. Grayscale: #636363. Windows color (decimal): -2483044 or 10231002. OLE color: 10231002.

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

Color convert

RGB 218 28 156 -
CMYK 0 0.87 0.28 0.15
HSL 319.58º 0.77% 0.48% -
HSV(B) 319.58º 0.87% 0.85% -
XYZ 35.33 18.14 33.09 -
YUV 99.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 218 28 156 0 0.87 0.28 0.15 319.58 0.77 0.48
Hex DA 1C 9C 0 57 1C F 140 4D 30
Octal 332 34 234 0 127 34 17 500 115 60
Binary 11011010 11100 10011100 0 1010111 11100 1111 101000000 1001101 110000

Color Harmonies of #DA1C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1C9C

Black with #DA1C9C

Text Example


Text Example

White with #DA1C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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