Html Css Color HEX #DA1798 Medium Violet Red

📋 copy color: '#DA1798'

red 218 ◦ green 23 ◦ blue 152

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

Shades of Medium Violet Red #DA1798

Tints of Medium Violet Red #DA1798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 55.47%
G = 5.85%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA1798 (or 0xDA1798) is known color: Medium Violet Red. HEX triplet: DA, 17 and 98. RGB value is (218,23,152). Sum of RGB (Red+Green+Blue) = 218+23+152=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1798 is #25E867. Grayscale: #5F5F5F. Windows color (decimal): -2484328 or 9967578. OLE color: 9967578.

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

Color convert

RGB 218 23 152 -
CMYK 0 0.89 0.30 0.15
HSL 320.31º 0.81% 0.47% -
HSV(B) 320.31º 0.89% 0.85% -
XYZ 34.89 17.79 31.3 -
YUV 96.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 218 23 152 0 0.89 0.30 0.15 320.31 0.81 0.47
Hex DA 17 98 0 59 1E F 140 51 2F
Octal 332 27 230 0 131 36 17 500 121 57
Binary 11011010 10111 10011000 0 1011001 11110 1111 101000000 1010001 101111

Color Harmonies of #DA1798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1798

Black with #DA1798

Text Example


Text Example

White with #DA1798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1798; }

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

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

background-color css

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

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

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

border-color css

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

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

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