Html Css Color HEX #DA1898 Medium Violet Red

📋 copy color: '#DA1898'

red 218 ◦ green 24 ◦ blue 152

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

Shades of Medium Violet Red #DA1898

Tints of Medium Violet Red #DA1898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

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

R = 55.33%
G = 6.09%
B = 38.58%

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

#DA1898 (or 0xDA1898) is known color: Medium Violet Red. HEX triplet: DA, 18 and 98. RGB value is (218,24,152). Sum of RGB (Red+Green+Blue) = 218+24+152=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1898 is #25E767. Grayscale: #606060. Windows color (decimal): -2484072 or 9967834. OLE color: 9967834.

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

Color convert

RGB 218 24 152 -
CMYK 0 0.89 0.30 0.15
HSL 320.41º 0.8% 0.47% -
HSV(B) 320.41º 0.89% 0.85% -
XYZ 34.91 17.83 31.31 -
YUV 96.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 218 24 152 0 0.89 0.30 0.15 320.41 0.8 0.47
Hex DA 18 98 0 59 1E F 140 50 2F
Octal 332 30 230 0 131 36 17 500 120 57
Binary 11011010 11000 10011000 0 1011001 11110 1111 101000000 1010000 101111

Color Harmonies of #DA1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1898

Black with #DA1898

Text Example


Text Example

White with #DA1898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1898; }

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

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

background-color css

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

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

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

border-color css

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

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

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