Html Css Color HEX #DA188C Medium Violet Red

📋 copy color: '#DA188C'

red 218 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #DA188C

Tints of Medium Violet Red #DA188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 57.07%
G = 6.28%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA188C (or 0xDA188C) is known color: Medium Violet Red. HEX triplet: DA, 18 and 8C. RGB value is (218,24,140). Sum of RGB (Red+Green+Blue) = 218+24+140=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA188C is #25E773. Grayscale: #5E5E5E. Windows color (decimal): -2484084 or 9181402. OLE color: 9181402.

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

Color convert

RGB 218 24 140 -
CMYK 0 0.89 0.36 0.15
HSL 324.12º 0.8% 0.47% -
HSV(B) 324.12º 0.89% 0.85% -
XYZ 33.97 17.45 26.39 -
YUV 95.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 218 24 140 0 0.89 0.36 0.15 324.12 0.8 0.47
Hex DA 18 8C 0 59 24 F 144 50 2F
Octal 332 30 214 0 131 44 17 504 120 57
Binary 11011010 11000 10001100 0 1011001 100100 1111 101000100 1010000 101111

Color Harmonies of #DA188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA188C

Black with #DA188C

Text Example


Text Example

White with #DA188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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