Html Css Color HEX #DA197B Medium Violet Red

📋 copy color: '#DA197B'

red 218 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #DA197B

Tints of Medium Violet Red #DA197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.83%

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

R = 59.56%
G = 6.83%
B = 33.61%

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

#DA197B (or 0xDA197B) is known color: Medium Violet Red. HEX triplet: DA, 19 and 7B. RGB value is (218,25,123). Sum of RGB (Red+Green+Blue) = 218+25+123=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA197B is #25E684. Grayscale: #5D5D5D. Windows color (decimal): -2483845 or 8067546. OLE color: 8067546.

HSL color Cylindrical-coordinate representation of color #DA197B: hue angle of 329.53º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA197B is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 123 -
CMYK 0 0.89 0.44 0.15
HSL 329.53º 0.79% 0.48% -
HSV(B) 329.53º 0.89% 0.85% -
XYZ 32.84 17.03 20.3 -
YUV 93.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 218 25 123 0 0.89 0.44 0.15 329.53 0.79 0.48
Hex DA 19 7B 0 59 2C F 14A 4F 30
Octal 332 31 173 0 131 54 17 512 117 60
Binary 11011010 11001 1111011 0 1011001 101100 1111 101001010 1001111 110000

Color Harmonies of #DA197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA197B

Black with #DA197B

Text Example


Text Example

White with #DA197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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