Html Css Color HEX #DA178B Medium Violet Red

📋 copy color: '#DA178B'

red 218 ◦ green 23 ◦ blue 139

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

Shades of Medium Violet Red #DA178B

Tints of Medium Violet Red #DA178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 57.37%
G = 6.05%
B = 36.58%

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

#DA178B (or 0xDA178B) is known color: Medium Violet Red. HEX triplet: DA, 17 and 8B. RGB value is (218,23,139). Sum of RGB (Red+Green+Blue) = 218+23+139=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA178B is #25E874. Grayscale: #5E5E5E. Windows color (decimal): -2484341 or 9115610. OLE color: 9115610.

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

Color convert

RGB 218 23 139 -
CMYK 0 0.89 0.36 0.15
HSL 324.31º 0.81% 0.47% -
HSV(B) 324.31º 0.89% 0.85% -
XYZ 33.88 17.38 26 -
YUV 94.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 218 23 139 0 0.89 0.36 0.15 324.31 0.81 0.47
Hex DA 17 8B 0 59 24 F 144 51 2F
Octal 332 27 213 0 131 44 17 504 121 57
Binary 11011010 10111 10001011 0 1011001 100100 1111 101000100 1010001 101111

Color Harmonies of #DA178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA178B

Black with #DA178B

Text Example


Text Example

White with #DA178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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