Html Css Color HEX #DA178A Medium Violet Red

📋 copy color: '#DA178A'

red 218 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #DA178A

Tints of Medium Violet Red #DA178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 57.52%
G = 6.07%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA178A (or 0xDA178A) is known color: Medium Violet Red. HEX triplet: DA, 17 and 8A. RGB value is (218,23,138). Sum of RGB (Red+Green+Blue) = 218+23+138=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA178A is #25E875. Grayscale: #5E5E5E. Windows color (decimal): -2484342 or 9050074. OLE color: 9050074.

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

Color convert

RGB 218 23 138 -
CMYK 0 0.89 0.37 0.15
HSL 324.62º 0.81% 0.47% -
HSV(B) 324.62º 0.89% 0.85% -
XYZ 33.81 17.35 25.61 -
YUV 94.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 218 23 138 0 0.89 0.37 0.15 324.62 0.81 0.47
Hex DA 17 8A 0 59 25 F 145 51 2F
Octal 332 27 212 0 131 45 17 505 121 57
Binary 11011010 10111 10001010 0 1011001 100101 1111 101000101 1010001 101111

Color Harmonies of #DA178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA178A

Black with #DA178A

Text Example


Text Example

White with #DA178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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