Html Css Color HEX #D4149B Medium Violet Red

📋 copy color: '#D4149B'

red 212 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #D4149B

Tints of Medium Violet Red #D4149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 54.78%
G = 5.17%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4149B (or 0xD4149B) is known color: Medium Violet Red. HEX triplet: D4, 14 and 9B. RGB value is (212,20,155). Sum of RGB (Red+Green+Blue) = 212+20+155=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4149B is #2BEB64. Grayscale: #5C5C5C. Windows color (decimal): -2878309 or 10163412. OLE color: 10163412.

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

Color convert

RGB 212 20 155 -
CMYK 0 0.91 0.27 0.17
HSL 317.81º 0.83% 0.45% -
HSV(B) 317.81º 0.91% 0.83% -
XYZ 33.32 16.86 32.51 -
YUV 92.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 212 20 155 0 0.91 0.27 0.17 317.81 0.83 0.45
Hex D4 14 9B 0 5B 1B 11 13E 53 2D
Octal 324 24 233 0 133 33 21 476 123 55
Binary 11010100 10100 10011011 0 1011011 11011 10001 100111110 1010011 101101

Color Harmonies of #D4149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4149B

Black with #D4149B

Text Example


Text Example

White with #D4149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4149B; }

 p { color: rgb(212,20,155); }

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

background-color css

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

 a { background-color: rgb(212,20,155); }

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

border-color css

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

 span { border-color: rgb(212,20,155); }

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