Html Css Color HEX #D4148B Medium Violet Red

📋 copy color: '#D4148B'

red 212 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #D4148B

Tints of Medium Violet Red #D4148B

RGB

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

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

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

R = 57.14%
G = 5.39%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4148B (or 0xD4148B) is known color: Medium Violet Red. HEX triplet: D4, 14 and 8B. RGB value is (212,20,139). Sum of RGB (Red+Green+Blue) = 212+20+139=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4148B is #2BEB74. Grayscale: #5A5A5A. Windows color (decimal): -2878325 or 9114836. OLE color: 9114836.

HSL color Cylindrical-coordinate representation of color #D4148B: hue angle of 322.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 #D4148B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 139 -
CMYK 0 0.91 0.34 0.17
HSL 322.81º 0.83% 0.45% -
HSV(B) 322.81º 0.91% 0.83% -
XYZ 32.06 16.36 25.89 -
YUV 90.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 212 20 139 0 0.91 0.34 0.17 322.81 0.83 0.45
Hex D4 14 8B 0 5B 22 11 143 53 2D
Octal 324 24 213 0 133 42 21 503 123 55
Binary 11010100 10100 10001011 0 1011011 100010 10001 101000011 1010011 101101

Color Harmonies of #D4148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4148B

Black with #D4148B

Text Example


Text Example

White with #D4148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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