Html Css Color HEX #D40287 Medium Violet Red

📋 copy color: '#D40287'

red 212 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #D40287

Tints of Medium Violet Red #D40287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 135 (53.13% from 255) = 38.68%

R = 60.74%
G = 0.57%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D40287 (or 0xD40287) is known color: Medium Violet Red. HEX triplet: D4, 02 and 87. RGB value is (212,2,135). Sum of RGB (Red+Green+Blue) = 212+2+135=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D40287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40287 is #2BFD78. Grayscale: #4F4F4F. Windows color (decimal): -2882937 or 8848084. OLE color: 8848084.

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

Color convert

RGB 212 2 135 -
CMYK 0 0.99 0.36 0.17
HSL 322º 0.98% 0.42% -
HSV(B) 322º 0.99% 0.83% -
XYZ 31.55 15.79 24.31 -
YUV 79.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 212 2 135 0 0.99 0.36 0.17 322 0.98 0.42
Hex D4 2 87 0 63 24 11 142 62 2A
Octal 324 2 207 0 143 44 21 502 142 52
Binary 11010100 10 10000111 0 1100011 100100 10001 101000010 1100010 101010

Color Harmonies of #D40287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40287

Black with #D40287

Text Example


Text Example

White with #D40287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40287; }

 p { color: rgb(212,2,135); }

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

background-color css

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

 a { background-color: rgb(212,2,135); }

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

border-color css

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

 span { border-color: rgb(212,2,135); }

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