Html Css Color HEX #D40284 Medium Violet Red

📋 copy color: '#D40284'

red 212 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #D40284

Tints of Medium Violet Red #D40284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 61.27%
G = 0.58%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D40284 (or 0xD40284) is known color: Medium Violet Red. HEX triplet: D4, 02 and 84. RGB value is (212,2,132). Sum of RGB (Red+Green+Blue) = 212+2+132=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D40284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40284 is #2BFD7B. Grayscale: #4F4F4F. Windows color (decimal): -2882940 or 8651476. OLE color: 8651476.

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

Color convert

RGB 212 2 132 -
CMYK 0 0.99 0.38 0.17
HSL 322.86º 0.98% 0.42% -
HSV(B) 322.86º 0.99% 0.83% -
XYZ 31.34 15.71 23.21 -
YUV 79.61 157.57 222.43 -
System Red Green Blue C M Y K H S L
Decimal 212 2 132 0 0.99 0.38 0.17 322.86 0.98 0.42
Hex D4 2 84 0 63 26 11 143 62 2A
Octal 324 2 204 0 143 46 21 503 142 52
Binary 11010100 10 10000100 0 1100011 100110 10001 101000011 1100010 101010

Color Harmonies of #D40284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40284

Black with #D40284

Text Example


Text Example

White with #D40284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40284; }

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

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

background-color css

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

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

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

border-color css

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

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

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