Html Css Color HEX #DA198F Medium Violet Red

📋 copy color: '#DA198F'

red 218 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #DA198F

Tints of Medium Violet Red #DA198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 56.48%
G = 6.48%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA198F (or 0xDA198F) is known color: Medium Violet Red. HEX triplet: DA, 19 and 8F. RGB value is (218,25,143). Sum of RGB (Red+Green+Blue) = 218+25+143=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA198F is #25E670. Grayscale: #5F5F5F. Windows color (decimal): -2483825 or 9378266. OLE color: 9378266.

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

Color convert

RGB 218 25 143 -
CMYK 0 0.89 0.34 0.15
HSL 323.32º 0.79% 0.48% -
HSV(B) 323.32º 0.89% 0.85% -
XYZ 34.22 17.58 27.58 -
YUV 96.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 218 25 143 0 0.89 0.34 0.15 323.32 0.79 0.48
Hex DA 19 8F 0 59 22 F 143 4F 30
Octal 332 31 217 0 131 42 17 503 117 60
Binary 11011010 11001 10001111 0 1011001 100010 1111 101000011 1001111 110000

Color Harmonies of #DA198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA198F

Black with #DA198F

Text Example


Text Example

White with #DA198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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