Html Css Color HEX #D4008B Medium Violet Red

📋 copy color: '#D4008B'

red 212 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #D4008B

Tints of Medium Violet Red #D4008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 60.4%
G = 0%
B = 39.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4008B (or 0xD4008B) is known color: Medium Violet Red. HEX triplet: D4, 00 and 8B. RGB value is (212,0,139). Sum of RGB (Red+Green+Blue) = 212+0+139=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D4008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4008B is #2BFF74. Grayscale: #4E4E4E. Windows color (decimal): -2883445 or 9109716. OLE color: 9109716.

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

Color convert

RGB 212 0 139 -
CMYK 0 1 0.34 0.17
HSL 320.66º 1% 0.42% -
HSV(B) 320.66º 1% 0.83% -
XYZ 31.81 15.86 25.81 -
YUV 79.23 161.74 222.7 -
System Red Green Blue C M Y K H S L
Decimal 212 0 139 0 1 0.34 0.17 320.66 1 0.42
Hex D4 0 8B 0 64 22 11 141 64 2A
Octal 324 0 213 0 144 42 21 501 144 52
Binary 11010100 0 10001011 0 1100100 100010 10001 101000001 1100100 101010

Color Harmonies of #D4008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4008B

Black with #D4008B

Text Example


Text Example

White with #D4008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4008B; }

 p { color: rgb(212,0,139); }

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

background-color css

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

 a { background-color: rgb(212,0,139); }

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

border-color css

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

 span { border-color: rgb(212,0,139); }

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