Html Css Color HEX #DA177B Medium Violet Red

📋 copy color: '#DA177B'

red 218 ◦ green 23 ◦ blue 123

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

Shades of Medium Violet Red #DA177B

Tints of Medium Violet Red #DA177B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.32%

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

R = 59.89%
G = 6.32%
B = 33.79%

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

#DA177B (or 0xDA177B) is known color: Medium Violet Red. HEX triplet: DA, 17 and 7B. RGB value is (218,23,123). Sum of RGB (Red+Green+Blue) = 218+23+123=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA177B is #25E884. Grayscale: #5C5C5C. Windows color (decimal): -2484357 or 8067034. OLE color: 8067034.

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

Color convert

RGB 218 23 123 -
CMYK 0 0.89 0.44 0.15
HSL 329.23º 0.81% 0.47% -
HSV(B) 329.23º 0.89% 0.85% -
XYZ 32.79 16.95 20.28 -
YUV 92.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 218 23 123 0 0.89 0.44 0.15 329.23 0.81 0.47
Hex DA 17 7B 0 59 2C F 149 51 2F
Octal 332 27 173 0 131 54 17 511 121 57
Binary 11011010 10111 1111011 0 1011001 101100 1111 101001001 1010001 101111

Color Harmonies of #DA177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA177B

Black with #DA177B

Text Example


Text Example

White with #DA177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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