Html Css Color HEX #DA187C Medium Violet Red

📋 copy color: '#DA187C'

red 218 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #DA187C

Tints of Medium Violet Red #DA187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.56%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 59.56%
G = 6.56%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA187C (or 0xDA187C) is known color: Medium Violet Red. HEX triplet: DA, 18 and 7C. RGB value is (218,24,124). Sum of RGB (Red+Green+Blue) = 218+24+124=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA187C is #25E783. Grayscale: #5D5D5D. Windows color (decimal): -2484100 or 8132826. OLE color: 8132826.

HSL color Cylindrical-coordinate representation of color #DA187C: hue angle of 329.07º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA187C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 124 -
CMYK 0 0.89 0.43 0.15
HSL 329.07º 0.8% 0.47% -
HSV(B) 329.07º 0.89% 0.85% -
XYZ 32.88 17.01 20.62 -
YUV 93.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 218 24 124 0 0.89 0.43 0.15 329.07 0.8 0.47
Hex DA 18 7C 0 59 2B F 149 50 2F
Octal 332 30 174 0 131 53 17 511 120 57
Binary 11011010 11000 1111100 0 1011001 101011 1111 101001001 1010000 101111

Color Harmonies of #DA187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA187C

Black with #DA187C

Text Example


Text Example

White with #DA187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA187C; }

 p { color: rgb(218,24,124); }

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

background-color css

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

 a { background-color: rgb(218,24,124); }

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

border-color css

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

 span { border-color: rgb(218,24,124); }

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