Html Css Color HEX #D6147D Medium Violet Red

📋 copy color: '#D6147D'

red 214 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #D6147D

Tints of Medium Violet Red #D6147D

RGB

 RED value IS 214 (83.98% from 255) = 59.61%

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

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 59.61%
G = 5.57%
B = 34.82%

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

#D6147D (or 0xD6147D) is known color: Medium Violet Red. HEX triplet: D6, 14 and 7D. RGB value is (214,20,125). Sum of RGB (Red+Green+Blue) = 214+20+125=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6147D is #29EB82. Grayscale: #595959. Windows color (decimal): -2747267 or 8197334. OLE color: 8197334.

HSL color Cylindrical-coordinate representation of color #D6147D: hue angle of 327.53º 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 #D6147D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 125 -
CMYK 0 0.91 0.42 0.16
HSL 327.53º 0.83% 0.46% -
HSV(B) 327.53º 0.91% 0.84% -
XYZ 31.68 16.28 20.87 -
YUV 89.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 214 20 125 0 0.91 0.42 0.16 327.53 0.83 0.46
Hex D6 14 7D 0 5B 2A 10 148 53 2E
Octal 326 24 175 0 133 52 20 510 123 56
Binary 11010110 10100 1111101 0 1011011 101010 10000 101001000 1010011 101110

Color Harmonies of #D6147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6147D

Black with #D6147D

Text Example


Text Example

White with #D6147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6147D; }

 p { color: rgb(214,20,125); }

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

background-color css

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

 a { background-color: rgb(214,20,125); }

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

border-color css

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

 span { border-color: rgb(214,20,125); }

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