Html Css Color HEX #DA1B9C Medium Violet Red

📋 copy color: '#DA1B9C'

red 218 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #DA1B9C

Tints of Medium Violet Red #DA1B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.73%

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

R = 54.36%
G = 6.73%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA1B9C (or 0xDA1B9C) is known color: Medium Violet Red. HEX triplet: DA, 1B and 9C. RGB value is (218,27,156). Sum of RGB (Red+Green+Blue) = 218+27+156=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1B9C is #25E463. Grayscale: #626262. Windows color (decimal): -2483300 or 10230746. OLE color: 10230746.

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

Color convert

RGB 218 27 156 -
CMYK 0 0.88 0.28 0.15
HSL 319.48º 0.78% 0.48% -
HSV(B) 319.48º 0.88% 0.85% -
XYZ 35.31 18.09 33.08 -
YUV 98.82 160.28 213.01 -
System Red Green Blue C M Y K H S L
Decimal 218 27 156 0 0.88 0.28 0.15 319.48 0.78 0.48
Hex DA 1B 9C 0 58 1C F 13F 4E 30
Octal 332 33 234 0 130 34 17 477 116 60
Binary 11011010 11011 10011100 0 1011000 11100 1111 100111111 1001110 110000

Color Harmonies of #DA1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B9C

Black with #DA1B9C

Text Example


Text Example

White with #DA1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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