Html Css Color HEX #D40880 Medium Violet Red

📋 copy color: '#D40880'

red 212 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #D40880

Tints of Medium Violet Red #D40880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

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

R = 60.92%
G = 2.3%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D40880 (or 0xD40880) is known color: Medium Violet Red. HEX triplet: D4, 08 and 80. RGB value is (212,8,128). Sum of RGB (Red+Green+Blue) = 212+8+128=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D40880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40880 is #2BF77F. Grayscale: #525252. Windows color (decimal): -2881408 or 8390868. OLE color: 8390868.

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

Color convert

RGB 212 8 128 -
CMYK 0 0.96 0.40 0.17
HSL 324.71º 0.93% 0.43% -
HSV(B) 324.71º 0.96% 0.83% -
XYZ 31.13 15.73 21.82 -
YUV 82.68 153.59 220.24 -
System Red Green Blue C M Y K H S L
Decimal 212 8 128 0 0.96 0.40 0.17 324.71 0.93 0.43
Hex D4 8 80 0 60 28 11 145 5D 2B
Octal 324 10 200 0 140 50 21 505 135 53
Binary 11010100 1000 10000000 0 1100000 101000 10001 101000101 1011101 101011

Color Harmonies of #D40880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40880

Black with #D40880

Text Example


Text Example

White with #D40880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40880; }

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

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

background-color css

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

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

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

border-color css

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

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

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