Html Css Color HEX #D40488 Medium Violet Red

📋 copy color: '#D40488'

red 212 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #D40488

Tints of Medium Violet Red #D40488

RGB

 RED value IS 212 (83.2% from 255) = 60.23%

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 60.23%
G = 1.14%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D40488 (or 0xD40488) is known color: Medium Violet Red. HEX triplet: D4, 04 and 88. RGB value is (212,4,136). Sum of RGB (Red+Green+Blue) = 212+4+136=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D40488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40488 is #2BFB77. Grayscale: #505050. Windows color (decimal): -2882424 or 8914132. OLE color: 8914132.

HSL color Cylindrical-coordinate representation of color #D40488: hue angle of 321.92º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40488 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 4 136 -
CMYK 0 0.98 0.36 0.17
HSL 321.92º 0.96% 0.42% -
HSV(B) 321.92º 0.98% 0.83% -
XYZ 31.64 15.86 24.69 -
YUV 81.24 158.91 221.27 -
System Red Green Blue C M Y K H S L
Decimal 212 4 136 0 0.98 0.36 0.17 321.92 0.96 0.42
Hex D4 4 88 0 62 24 11 142 60 2A
Octal 324 4 210 0 142 44 21 502 140 52
Binary 11010100 100 10001000 0 1100010 100100 10001 101000010 1100000 101010

Color Harmonies of #D40488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40488

Black with #D40488

Text Example


Text Example

White with #D40488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40488; }

 p { color: rgb(212,4,136); }

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

background-color css

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

 a { background-color: rgb(212,4,136); }

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

border-color css

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

 span { border-color: rgb(212,4,136); }

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