Html Css Color HEX #DA1888 Medium Violet Red

📋 copy color: '#DA1888'

red 218 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #DA1888

Tints of Medium Violet Red #DA1888

RGB

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

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

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

R = 57.67%
G = 6.35%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA1888 (or 0xDA1888) is known color: Medium Violet Red. HEX triplet: DA, 18 and 88. RGB value is (218,24,136). Sum of RGB (Red+Green+Blue) = 218+24+136=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1888 is #25E777. Grayscale: #5E5E5E. Windows color (decimal): -2484088 or 8919258. OLE color: 8919258.

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

Color convert

RGB 218 24 136 -
CMYK 0 0.89 0.38 0.15
HSL 325.36º 0.8% 0.47% -
HSV(B) 325.36º 0.89% 0.85% -
XYZ 33.68 17.34 24.86 -
YUV 94.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 218 24 136 0 0.89 0.38 0.15 325.36 0.8 0.47
Hex DA 18 88 0 59 26 F 145 50 2F
Octal 332 30 210 0 131 46 17 505 120 57
Binary 11011010 11000 10001000 0 1011001 100110 1111 101000101 1010000 101111

Color Harmonies of #DA1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1888

Black with #DA1888

Text Example


Text Example

White with #DA1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1888; }

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

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

background-color css

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

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

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

border-color css

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

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

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