Html Css Color HEX #D40985 Medium Violet Red

📋 copy color: '#D40985'

red 212 ◦ green 9 ◦ blue 133

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

Shades of Medium Violet Red #D40985

Tints of Medium Violet Red #D40985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.57%

R = 59.89%
G = 2.54%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D40985 (or 0xD40985) is known color: Medium Violet Red. HEX triplet: D4, 09 and 85. RGB value is (212,9,133). Sum of RGB (Red+Green+Blue) = 212+9+133=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D40985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40985 is #2BF67A. Grayscale: #535353. Windows color (decimal): -2881147 or 8718804. OLE color: 8718804.

HSL color Cylindrical-coordinate representation of color #D40985: hue angle of 323.35º 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 #D40985 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 133 -
CMYK 0 0.96 0.37 0.17
HSL 323.35º 0.92% 0.43% -
HSV(B) 323.35º 0.96% 0.83% -
XYZ 31.48 15.89 23.6 -
YUV 83.83 155.75 219.42 -
System Red Green Blue C M Y K H S L
Decimal 212 9 133 0 0.96 0.37 0.17 323.35 0.92 0.43
Hex D4 9 85 0 60 25 11 143 5C 2B
Octal 324 11 205 0 140 45 21 503 134 53
Binary 11010100 1001 10000101 0 1100000 100101 10001 101000011 1011100 101011

Color Harmonies of #D40985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40985

Black with #D40985

Text Example


Text Example

White with #D40985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40985; }

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

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

background-color css

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

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

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

border-color css

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

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

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