Html Css Color HEX #D5147B Medium Violet Red

📋 copy color: '#D5147B'

red 213 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #D5147B

Tints of Medium Violet Red #D5147B

RGB

 RED value IS 213 (83.59% from 255) = 59.83%

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 59.83%
G = 5.62%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5147B (or 0xD5147B) is known color: Medium Violet Red. HEX triplet: D5, 14 and 7B. RGB value is (213,20,123). Sum of RGB (Red+Green+Blue) = 213+20+123=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5147B is #2AEB84. Grayscale: #595959. Windows color (decimal): -2812805 or 8066261. OLE color: 8066261.

HSL color Cylindrical-coordinate representation of color #D5147B: hue angle of 327.98º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5147B is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 123 -
CMYK 0 0.91 0.42 0.16
HSL 327.98º 0.83% 0.46% -
HSV(B) 327.98º 0.91% 0.84% -
XYZ 31.27 16.08 20.19 -
YUV 89.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 213 20 123 0 0.91 0.42 0.16 327.98 0.83 0.46
Hex D5 14 7B 0 5B 2A 10 148 53 2E
Octal 325 24 173 0 133 52 20 510 123 56
Binary 11010101 10100 1111011 0 1011011 101010 10000 101001000 1010011 101110

Color Harmonies of #D5147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5147B

Black with #D5147B

Text Example


Text Example

White with #D5147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5147B; }

 p { color: rgb(213,20,123); }

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

background-color css

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

 a { background-color: rgb(213,20,123); }

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

border-color css

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

 span { border-color: rgb(213,20,123); }

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