Html Css Color HEX #D40988 Medium Violet Red

📋 copy color: '#D40988'

red 212 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #D40988

Tints of Medium Violet Red #D40988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 59.38%
G = 2.52%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D40988 (or 0xD40988) is known color: Medium Violet Red. HEX triplet: D4, 09 and 88. RGB value is (212,9,136). Sum of RGB (Red+Green+Blue) = 212+9+136=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D40988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40988 is #2BF677. Grayscale: #535353. Windows color (decimal): -2881144 or 8915412. OLE color: 8915412.

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

Color convert

RGB 212 9 136 -
CMYK 0 0.96 0.36 0.17
HSL 322.46º 0.92% 0.43% -
HSV(B) 322.46º 0.96% 0.83% -
XYZ 31.69 15.97 24.7 -
YUV 84.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 212 9 136 0 0.96 0.36 0.17 322.46 0.92 0.43
Hex D4 9 88 0 60 24 11 142 5C 2B
Octal 324 11 210 0 140 44 21 502 134 53
Binary 11010100 1001 10001000 0 1100000 100100 10001 101000010 1011100 101011

Color Harmonies of #D40988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40988

Black with #D40988

Text Example


Text Example

White with #D40988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40988; }

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

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

background-color css

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

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

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

border-color css

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

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

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