Html Css Color HEX #DA1C9B Medium Violet Red

📋 copy color: '#DA1C9B'

red 218 ◦ green 28 ◦ blue 155

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

Shades of Medium Violet Red #DA1C9B

Tints of Medium Violet Red #DA1C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 54.36%
G = 6.98%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA1C9B (or 0xDA1C9B) is known color: Medium Violet Red. HEX triplet: DA, 1C and 9B. RGB value is (218,28,155). Sum of RGB (Red+Green+Blue) = 218+28+155=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1C9B is #25E364. Grayscale: #626262. Windows color (decimal): -2483045 or 10165466. OLE color: 10165466.

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

Color convert

RGB 218 28 155 -
CMYK 0 0.87 0.29 0.15
HSL 319.89º 0.77% 0.48% -
HSV(B) 319.89º 0.87% 0.85% -
XYZ 35.25 18.1 32.65 -
YUV 99.29 159.45 212.67 -
System Red Green Blue C M Y K H S L
Decimal 218 28 155 0 0.87 0.29 0.15 319.89 0.77 0.48
Hex DA 1C 9B 0 57 1D F 140 4D 30
Octal 332 34 233 0 127 35 17 500 115 60
Binary 11011010 11100 10011011 0 1010111 11101 1111 101000000 1001101 110000

Color Harmonies of #DA1C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1C9B

Black with #DA1C9B

Text Example


Text Example

White with #DA1C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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