Html Css Color HEX #DA187A Medium Violet Red

📋 copy color: '#DA187A'

red 218 ◦ green 24 ◦ blue 122

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

Shades of Medium Violet Red #DA187A

Tints of Medium Violet Red #DA187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 59.89%
G = 6.59%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA187A (or 0xDA187A) is known color: Medium Violet Red. HEX triplet: DA, 18 and 7A. RGB value is (218,24,122). Sum of RGB (Red+Green+Blue) = 218+24+122=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA187A is #25E785. Grayscale: #5C5C5C. Windows color (decimal): -2484102 or 8001754. OLE color: 8001754.

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

Color convert

RGB 218 24 122 -
CMYK 0 0.89 0.44 0.15
HSL 329.69º 0.8% 0.47% -
HSV(B) 329.69º 0.89% 0.85% -
XYZ 32.75 16.96 19.96 -
YUV 93.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 218 24 122 0 0.89 0.44 0.15 329.69 0.8 0.47
Hex DA 18 7A 0 59 2C F 14A 50 2F
Octal 332 30 172 0 131 54 17 512 120 57
Binary 11011010 11000 1111010 0 1011001 101100 1111 101001010 1010000 101111

Color Harmonies of #DA187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA187A

Black with #DA187A

Text Example


Text Example

White with #DA187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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