Html Css Color HEX #DA1488 Medium Violet Red

📋 copy color: '#DA1488'

red 218 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #DA1488

Tints of Medium Violet Red #DA1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 58.29%
G = 5.35%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA1488 (or 0xDA1488) is known color: Medium Violet Red. HEX triplet: DA, 14 and 88. RGB value is (218,20,136). Sum of RGB (Red+Green+Blue) = 218+20+136=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1488 is #25EB77. Grayscale: #5C5C5C. Windows color (decimal): -2485112 or 8918234. OLE color: 8918234.

HSL color Cylindrical-coordinate representation of color #DA1488: hue angle of 324.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1488 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 136 -
CMYK 0 0.91 0.38 0.15
HSL 324.85º 0.83% 0.47% -
HSV(B) 324.85º 0.91% 0.85% -
XYZ 33.61 17.18 24.84 -
YUV 92.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 218 20 136 0 0.91 0.38 0.15 324.85 0.83 0.47
Hex DA 14 88 0 5B 26 F 145 53 2F
Octal 332 24 210 0 133 46 17 505 123 57
Binary 11011010 10100 10001000 0 1011011 100110 1111 101000101 1010011 101111

Color Harmonies of #DA1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1488

Black with #DA1488

Text Example


Text Example

White with #DA1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1488; }

 p { color: rgb(218,20,136); }

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

background-color css

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

 a { background-color: rgb(218,20,136); }

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

border-color css

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

 span { border-color: rgb(218,20,136); }

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