Html Css Color HEX #DA187F Medium Violet Red

📋 copy color: '#DA187F'

red 218 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #DA187F

Tints of Medium Violet Red #DA187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 59.08%
G = 6.5%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA187F (or 0xDA187F) is known color: Medium Violet Red. HEX triplet: DA, 18 and 7F. RGB value is (218,24,127). Sum of RGB (Red+Green+Blue) = 218+24+127=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA187F is #25E780. Grayscale: #5D5D5D. Windows color (decimal): -2484097 or 8329434. OLE color: 8329434.

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

Color convert

RGB 218 24 127 -
CMYK 0 0.89 0.42 0.15
HSL 328.14º 0.8% 0.47% -
HSV(B) 328.14º 0.89% 0.85% -
XYZ 33.07 17.09 21.63 -
YUV 93.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 218 24 127 0 0.89 0.42 0.15 328.14 0.8 0.47
Hex DA 18 7F 0 59 2A F 148 50 2F
Octal 332 30 177 0 131 52 17 510 120 57
Binary 11011010 11000 1111111 0 1011001 101010 1111 101001000 1010000 101111

Color Harmonies of #DA187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA187F

Black with #DA187F

Text Example


Text Example

White with #DA187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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