Html Css Color HEX #DA187B Medium Violet Red

📋 copy color: '#DA187B'

red 218 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #DA187B

Tints of Medium Violet Red #DA187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 59.73%
G = 6.58%
B = 33.7%

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

#DA187B (or 0xDA187B) is known color: Medium Violet Red. HEX triplet: DA, 18 and 7B. RGB value is (218,24,123). Sum of RGB (Red+Green+Blue) = 218+24+123=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA187B is #25E784. Grayscale: #5D5D5D. Windows color (decimal): -2484101 or 8067290. OLE color: 8067290.

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

Color convert

RGB 218 24 123 -
CMYK 0 0.89 0.44 0.15
HSL 329.38º 0.8% 0.47% -
HSV(B) 329.38º 0.89% 0.85% -
XYZ 32.82 16.99 20.29 -
YUV 93.29 144.77 216.95 -
System Red Green Blue C M Y K H S L
Decimal 218 24 123 0 0.89 0.44 0.15 329.38 0.8 0.47
Hex DA 18 7B 0 59 2C F 149 50 2F
Octal 332 30 173 0 131 54 17 511 120 57
Binary 11011010 11000 1111011 0 1011001 101100 1111 101001001 1010000 101111

Color Harmonies of #DA187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA187B

Black with #DA187B

Text Example


Text Example

White with #DA187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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