Html Css Color HEX #D4188A Medium Violet Red

📋 copy color: '#D4188A'

red 212 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #D4188A

Tints of Medium Violet Red #D4188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 56.68%
G = 6.42%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4188A (or 0xD4188A) is known color: Medium Violet Red. HEX triplet: D4, 18 and 8A. RGB value is (212,24,138). Sum of RGB (Red+Green+Blue) = 212+24+138=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4188A is #2BE775. Grayscale: #5C5C5C. Windows color (decimal): -2877302 or 9050324. OLE color: 9050324.

HSL color Cylindrical-coordinate representation of color #D4188A: hue angle of 323.62º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4188A is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 138 -
CMYK 0 0.89 0.35 0.17
HSL 323.62º 0.8% 0.46% -
HSV(B) 323.62º 0.89% 0.83% -
XYZ 32.07 16.49 25.54 -
YUV 93.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 212 24 138 0 0.89 0.35 0.17 323.62 0.8 0.46
Hex D4 18 8A 0 59 23 11 144 50 2E
Octal 324 30 212 0 131 43 21 504 120 56
Binary 11010100 11000 10001010 0 1011001 100011 10001 101000100 1010000 101110

Color Harmonies of #D4188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4188A

Black with #D4188A

Text Example


Text Example

White with #D4188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4188A; }

 p { color: rgb(212,24,138); }

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

background-color css

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

 a { background-color: rgb(212,24,138); }

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

border-color css

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

 span { border-color: rgb(212,24,138); }

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