Html Css Color HEX #D40280 Medium Violet Red

📋 copy color: '#D40280'

red 212 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #D40280

Tints of Medium Violet Red #D40280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.43%

R = 61.99%
G = 0.58%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D40280 (or 0xD40280) is known color: Medium Violet Red. HEX triplet: D4, 02 and 80. RGB value is (212,2,128). Sum of RGB (Red+Green+Blue) = 212+2+128=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D40280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40280 is #2BFD7F. Grayscale: #4E4E4E. Windows color (decimal): -2882944 or 8389332. OLE color: 8389332.

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

Color convert

RGB 212 2 128 -
CMYK 0 0.99 0.40 0.17
HSL 324º 0.98% 0.42% -
HSV(B) 324º 0.99% 0.83% -
XYZ 31.07 15.6 21.8 -
YUV 79.15 155.57 222.75 -
System Red Green Blue C M Y K H S L
Decimal 212 2 128 0 0.99 0.40 0.17 324 0.98 0.42
Hex D4 2 80 0 63 28 11 144 62 2A
Octal 324 2 200 0 143 50 21 504 142 52
Binary 11010100 10 10000000 0 1100011 101000 10001 101000100 1100010 101010

Color Harmonies of #D40280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40280

Black with #D40280

Text Example


Text Example

White with #D40280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40280; }

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

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

background-color css

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

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

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

border-color css

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

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

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