Html Css Color HEX #DA187D Medium Violet Red

📋 copy color: '#DA187D'

red 218 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #DA187D

Tints of Medium Violet Red #DA187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 59.4%
G = 6.54%
B = 34.06%

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

#DA187D (or 0xDA187D) is known color: Medium Violet Red. HEX triplet: DA, 18 and 7D. RGB value is (218,24,125). Sum of RGB (Red+Green+Blue) = 218+24+125=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA187D is #25E782. Grayscale: #5D5D5D. Windows color (decimal): -2484099 or 8198362. OLE color: 8198362.

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

Color convert

RGB 218 24 125 -
CMYK 0 0.89 0.43 0.15
HSL 328.76º 0.8% 0.47% -
HSV(B) 328.76º 0.89% 0.85% -
XYZ 32.94 17.04 20.95 -
YUV 93.52 145.77 216.79 -
System Red Green Blue C M Y K H S L
Decimal 218 24 125 0 0.89 0.43 0.15 328.76 0.8 0.47
Hex DA 18 7D 0 59 2B F 149 50 2F
Octal 332 30 175 0 131 53 17 511 120 57
Binary 11011010 11000 1111101 0 1011001 101011 1111 101001001 1010000 101111

Color Harmonies of #DA187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA187D

Black with #DA187D

Text Example


Text Example

White with #DA187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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